aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon@sixfoisneuf.fr>2023-05-25 13:39:37 +0200
committerSimon Garrelou <simon@sixfoisneuf.fr>2023-05-25 13:39:37 +0200
commit08711d4032bf400ea4565ac8ac3a0aeff6edaf54 (patch)
tree15513dcf1b4fedcf6aafeaea7e8f6a8c31cf2c4f
parentaa21318384d4f765a14abf62f23caed076987993 (diff)
downloadwgmgr-08711d4032bf400ea4565ac8ac3a0aeff6edaf54.tar.gz
wgmgr-08711d4032bf400ea4565ac8ac3a0aeff6edaf54.zip
Add info about installingv0.1.0
-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`: