Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Add note about macOS installation
Alexis Sellier committed 2 years ago
commit a4c7d4be535bf1e18b5594707b336566ba092674
parent a473fc6
1 file changed +4 -1
modified _pages/download.md
@@ -87,13 +87,16 @@ The output must correspond to the above.

## Installation

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

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

This will place binaries in `/usr/local/bin` and manuals in `/usr/local/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");