diff options
author | Andinus <andinus@nand.sh> | 2020-04-04 19:58:24 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-04 19:58:24 +0530 |
commit | 23bc7c116d059561bd1a211945cfb3d13e1b53ed (patch) | |
tree | b072e2a5f3b05c9c08f37edb3dfa79c4191e0337 | |
parent | 2249af4c6dbb4830d2f143122243425b787bc0d5 (diff) | |
download | cetus-23bc7c116d059561bd1a211945cfb3d13e1b53ed.tar.gz |
Add install instructions to readme
-rw-r--r-- | README.org | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/README.org b/README.org index 8f243df..8241ad8 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ -#+HTML_HEAD: <link rel="stylesheet" href="../../static/style.css"> -#+HTML_HEAD: <link rel="icon" href="../../static/projects/cetus/favicon.png" type="image/png"> +#+HTML_HEAD: <link rel="stylesheet" href="../static/style.css"> +#+HTML_HEAD: <link rel="icon" href="../static/cetus/favicon.png" type="image/png"> #+EXPORT_FILE_NAME: index #+TITLE: Cetus @@ -55,24 +55,19 @@ cetus <command> <service> -print -notify Pre-built binaries are available for OpenBSD, FreeBSD, NetBSD, DragonFly BSD, Linux & macOS. -*Note*: The program compiling on a system doesn't mean that it will work. If you - find bugs then please file an issue. I have listed the systems this was tested - on above, it should work on all of them. Again no guarantees because tests are - done manually currently so I might miss something. - If you don't understand what this command does then don't run it. It doesn't download the binary, it will just print the steps to install cetus & you have to -run those commands manually. Better yet don't pipe it directly to sh but review -it before running. +run those commands manually. +*** v0.6.4 +#+BEGIN_SRC sh +curl -s https://tildegit.org/andinus/cetus/raw/tag/v0.6.4/scripts/install.sh | sh +#+END_SRC *** v0.6.0 *Warning*: Don't use random flag on BPOD, it has been disabled in v0.6.1 but v0.6.0 will cause issues if random flag is used with BPOD. -*Update*: This bug was fixed in v0.6.2, pre-built binary not yet uploaded. If -possible use v0.6.3, latest version. - =cetus set bpod -random # don't do this= #+BEGIN_SRC sh -curl -s https://tildegit.org/andinus/cetus/raw/branch/master/scripts/install.sh | sh +curl -s https://tildegit.org/andinus/cetus/raw/tag/v0.6.0/scripts/install.sh | sh #+END_SRC |