aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85affbc..fe7930f 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,12 @@ $ wgmgr config --type split my_new_laptop
14<copy-paste the configuration to your laptop> 14<copy-paste the configuration to your laptop>
15``` 15```
16 16
17## Installing
18
19You can download the latest release at [`/releases/wgmgr/latest/`](https://git.sixfoisneuf.fr/releases/wgmgr/latest/). If you want to build the software yourself, you will need an up-to-date Rust toolchain ([rustup](https://rustup.rs/) is recommended).
20
21Building the software should be as simple as running `cargo build --release` in the cloned repository.
22
17## Setting up 23## Setting up
18 24
19Create the application configuration file, at `/etc/wgmgr.toml`: 25Create the application configuration file, at `/etc/wgmgr.toml`: