Remove trailing periods to avoid mangled commands

This commit is contained in:
Amolith 2024-03-05 14:58:57 -05:00
parent 6cfe6a2345
commit 804fe9a247
Signed by: Amolith
SSH Key Fingerprint: SHA256:JBKEeoO/72Fz03rtlzeO49PATFT2maMancH3opcT0h0
1 changed files with 13 additions and 13 deletions

View File

@ -89,25 +89,25 @@ in [his wiki].
This assumes Willow will run on an always-on server, like a VPS. This assumes Willow will run on an always-on server, like a VPS.
* Clone the repo with `git clone https://git.sr.ht/~amolith/willow`. * Clone the repo with `git clone https://git.sr.ht/~amolith/willow`
* Enter the repo's folder with `cd willow`. * Enter the repo's folder with `cd willow`
* Build the binary with `CGO_ENABLED=0 go build -ldflags="-s -w" -o willow * Build the binary with `CGO_ENABLED=0 go build -ldflags="-s -w" -o willow
./cmd`. ./cmd`
* Transfer the binary to the server however you like. * Transfer the binary to the server however you like
* Execute the binary with `./willow`. * Execute the binary with `./willow`
* Edit the config with `vim config.toml`. * Edit the config with `vim config.toml`
* Daemonise Willow using systemd or OpenRC or whatever you prefer. * Daemonise Willow using systemd or OpenRC or whatever you prefer
* Reverse-proxy the web UI (defaults to `localhost:1313`) with Caddy or NGINX or * Reverse-proxy the web UI (defaults to `localhost:1313`) with Caddy or NGINX or
whatever you prefer. whatever you prefer
### Use ### Use
* Create a user with `./willow -a <username>`. * Create a user with `./willow -a <username>`
* Open the web UI (defaults to `localhost:1313`, but [installation] had you put * Open the web UI (defaults to `localhost:1313`, but [installation] had you put
a proxy in front). a proxy in front)
* Click `Track new project`. * Click `Track new project`
* Fill out the form and press `Next`. * Fill out the form and press `Next`
* Indicate which version you're currently on and press `Track releases`. * Indicate which version you're currently on and press `Track releases`
* You're now tracking that project's releases! * You're now tracking that project's releases!
[installation]: #installation [installation]: #installation