From fce3b73fbbcf6fbe4ed2497aed88d431ea0ddd6c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 26 Oct 2021 13:36:08 -0700 Subject: [PATCH] maint: adding gwar instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1cf893e..07f4dcb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ $ cd ~/.dotfiles $ ./install $ source ~/.zshrc $ base16_ashes +$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +$ git clone ssh://git@pingo.thermokar.st/gwar ~/gwar +$ cd gwar +$ cargo build --release +$ ./target/release/gwar ~/.dotfiles/repos.toml $ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh $ sudo sh Miniconda3-latest-Linux-x86_64.sh -p /opt/miniconda3 -b $ sudo conda update conda