Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Simplify install instructions
Alexis Sellier committed 2 years ago
commit 8be6995676438c58fd06dbde40707f4af985ed88
parent a4c7d4b
1 file changed +3 -6
modified _pages/download.md
@@ -87,16 +87,13 @@ The output must correspond to the above.

## Installation

-
To install, simply extract the files to a location in your `PATH`, for example,
-
on *Linux* you can run:
+
To install, simply extract the files to a location in your `PATH`, for example:

-
    $ tar -xvJf ARCHIVE.tar.xz --strip-components=1 -C /usr/local/
+
    $ tar -xvJf ARCHIVE.tar.xz --strip-components=1 -C ~/.radicle/

-
This will place binaries in `/usr/local/bin` and manuals in `/usr/local/man`,
+
This will place binaries in `~/.radicle/bin` and manuals in `~/.radicle/man`,
and overwrite any existing Radicle binaries.

-
On *macOS*, manuals would be placed under `/usr/local/share/` by default.
-

<script>
  const releases = document.getElementById("releases");
  releases.classList.remove("hidden");