Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Remove recommended installation instructions from README
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kundt <[email protected]>
  • Loading branch information
erak committed Oct 3, 2022
1 parent 6f6498d commit 816988a
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The Radicle CLI is still under development. Contributions are always welcome! Pl

## Installation

### 💡 Recommended

The [getting started guide](https://radicle.xyz/get-started.html) provides instructions for installing binaries. These are the recommended installation methods for most users.

### 📦 From source

You can install the Radicle CLI and supporting tools by running the
Expand Down Expand Up @@ -40,22 +44,3 @@ And then to use it:
> **Note**
> It's recommended to install release builds since development builds may be incompatible with the network.
### 🐧 From APT (Debian/Ubuntu)

First, download the package signing key:

curl -fsSL https://europe-west6-apt.pkg.dev/doc/repo-signing-key.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/radicle-archive-keyring.gpg > /dev/null

Then update your sources list with the radicle repository by creating a registry file:

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/radicle-archive-keyring.gpg] https://europe-west6-apt.pkg.dev/projects/radicle-services radicle-cli main" | sudo tee -a /etc/apt/sources.list.d/radicle-registry.list

Then update the package list and install `radicle-cli`:

sudo apt update
sudo apt install radicle-cli

### 🍺 From Homebrew

brew tap --force-auto-update radicle/cli https://pine.radicle.garden/radicle-cli-homebrew.git
brew install radicle-cli

0 comments on commit 816988a

Please sign in to comment.