| |
|
| |
## 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");
|