We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a680fd commit 9960cf9Copy full SHA for 9960cf9
1 file changed
README.md
@@ -12,10 +12,10 @@
12
```bash
13
wget https://github.com/krdn-dev/webghost/releases/latest/download/webghost-linux-amd64 -O /usr/local/bin/webghost
14
chmod +x /usr/local/bin/webghost
15
-webghost --domain=example.com install
+webghost example.com install
16
```
17
or
18
19
-wget -O /usr/local/bin/webghost https://github.com/krdn-dev/webghost/releases/latest/download/webghost-linux-amd64 && chmod +x /usr/local/bin/webghost && webghost --domain=example.com install
+wget -O /usr/local/bin/webghost https://github.com/krdn-dev/webghost/releases/latest/download/webghost-linux-amd64 && chmod +x /usr/local/bin/webghost && webghost example.com install
20
21

0 commit comments