about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3a5964..5ba0259 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
 # redir
 
-A webserver with the soul purpose of redirecting somewhere.
\ No newline at end of file
+A webserver with the soul purpose of redirecting somewhere.
+
+## Usage
+
+Define the port the webserver should listen on using the `-p` flag and the
+url where the user sould be redirected to using the `-url` flag:
+
+```bash
+go run main.go -p 8087 -url https://emile.space
+...
+```