adding brewfile and update instructions on use

master
lalanza808 4 years ago
parent 1b57a64fc2
commit 17629096e4

2
.gitignore vendored

@ -13,3 +13,5 @@ Cargo.lock
#Added by cargo
/target
Brewfile.lock.json

@ -0,0 +1,4 @@
tap "sass/sass"
brew "sass/sass/sass"
brew "gettext"
brew "wireguard-tools"

@ -13,7 +13,7 @@ sudo add-apt-repository ppa:wireguard/wireguard -y
sudo apt install wireguard -y
# macOS
brew install wireguard-tools
brew bundle
```
This is a Rust application so install via `rustup`:

Loading…
Cancel
Save