Skip to content

Commit 9960cf9

Browse files
authored
Update README.md
1 parent 3a680fd commit 9960cf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
```bash
1313
wget https://github.com/krdn-dev/webghost/releases/latest/download/webghost-linux-amd64 -O /usr/local/bin/webghost
1414
chmod +x /usr/local/bin/webghost
15-
webghost --domain=example.com install
15+
webghost example.com install
1616
```
1717
or
1818
```bash
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
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 example.com install
2020
```
2121
![WebGhost Site](https://github.com/krdn-dev/webghost/blob/main/site.PNG)

0 commit comments

Comments
 (0)