diff options
author | Andinus <andinus@nand.sh> | 2020-04-08 18:25:36 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-08 18:25:36 +0530 |
commit | 72b3740cd3390b3c2f1faf1a5a628dfd63807444 (patch) | |
tree | 8504d4dc09bcb2a05c92b8f91799bde24a4aa51b | |
parent | fc6a3c01bebd45be2ed608809bdf0f8273571e07 (diff) | |
download | grus-0.3.0.tar.gz |
Add v0.3.0 install instructions to readme v0.3.0
-rw-r--r-- | README.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.org b/README.org index 38d4060..d37f550 100644 --- a/README.org +++ b/README.org @@ -26,6 +26,10 @@ Linux & macOS. This will just print the steps to install grus & you have to run those commands manually. Piping directly to =sh= is not a good idea, don't run this unless you understand what you're doing. +*** v0.3.0 +#+BEGIN_SRC sh +curl -s https://tildegit.org/andinus/grus/raw/tag/v0.3.0/scripts/install.sh | sh +#+END_SRC *** v0.2.0 #+BEGIN_SRC sh curl -s https://tildegit.org/andinus/grus/raw/tag/v0.2.0/scripts/install.sh | sh |