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

Remove duplicated installation instructions from README #266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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