summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5e4ff3f..55797aa 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ sudo dnf install -y wireguard-tools
rake
```
+It will generate the configs and scp the configs to the hosts
+
Result:
```sh
@@ -51,8 +53,10 @@ doas pkg upgrade
reboot
doas pkg install wireguard-tools
+doas mv wg0.conf /usr/local/etc/wireguard/
```
+
### Rocky Linux 9
```sh