From 804fe9a24725890f3096201bb8e27b20d6010c43 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 5 Mar 2024 14:58:57 -0500 Subject: [PATCH] Remove trailing periods to avoid mangled commands --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 385f861..3da48f7 100644 --- a/README.md +++ b/README.md @@ -89,25 +89,25 @@ in [his wiki]. 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`. -* Enter the repo's folder with `cd willow`. +* Clone the repo with `git clone https://git.sr.ht/~amolith/willow` +* Enter the repo's folder with `cd willow` * Build the binary with `CGO_ENABLED=0 go build -ldflags="-s -w" -o willow - ./cmd`. -* Transfer the binary to the server however you like. -* Execute the binary with `./willow`. -* Edit the config with `vim config.toml`. -* Daemonise Willow using systemd or OpenRC or whatever you prefer. + ./cmd` +* Transfer the binary to the server however you like +* Execute the binary with `./willow` +* Edit the config with `vim config.toml` +* Daemonise Willow using systemd or OpenRC or whatever you prefer * Reverse-proxy the web UI (defaults to `localhost:1313`) with Caddy or NGINX or - whatever you prefer. + whatever you prefer ### Use -* Create a user with `./willow -a `. +* Create a user with `./willow -a ` * Open the web UI (defaults to `localhost:1313`, but [installation] had you put - a proxy in front). -* Click `Track new project`. -* Fill out the form and press `Next`. -* Indicate which version you're currently on and press `Track releases`. + a proxy in front) +* Click `Track new project` +* Fill out the form and press `Next` +* Indicate which version you're currently on and press `Track releases` * You're now tracking that project's releases! [installation]: #installation