From 17629096e4628953eb40a79d52c9b04c6249fd34 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Tue, 5 May 2020 15:10:04 -0700 Subject: [PATCH] adding brewfile and update instructions on use --- .gitignore | 2 ++ Brewfile | 4 ++++ README.md | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Brewfile diff --git a/.gitignore b/.gitignore index 848b2ca..748aabf 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ Cargo.lock #Added by cargo /target + +Brewfile.lock.json diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..264de48 --- /dev/null +++ b/Brewfile @@ -0,0 +1,4 @@ +tap "sass/sass" +brew "sass/sass/sass" +brew "gettext" +brew "wireguard-tools" diff --git a/README.md b/README.md index e4d3534..fec97f8 100644 --- a/README.md +++ b/README.md @@ -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`: