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

Commit 1ff88f6

Browse files
committed
Remove recommended installation instructions from README
1 parent 954ea8d commit 1ff88f6

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

README.md

+4-19
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The Radicle CLI is still under development. Contributions are always welcome! Pl
1212

1313
## Installation
1414

15+
### 💡 Recommended
16+
17+
The [getting started guide](https://radicle.xyz/get-started.html) provides instructions for installing binaries. These are the recommended installation methods for most users.
18+
1519
### 📦 From source
1620

1721
You can install the Radicle CLI and supporting tools by running the
@@ -40,22 +44,3 @@ And then to use it:
4044
> **Note**
4145
> It's recommended to install release builds since development builds may be incompatible with the network.
4246
43-
### 🐧 From APT (Debian/Ubuntu)
44-
45-
First, download the package signing key:
46-
47-
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
48-
49-
Then update your sources list with the radicle repository by creating a registry file:
50-
51-
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
52-
53-
Then update the package list and install `radicle-cli`:
54-
55-
sudo apt update
56-
sudo apt install radicle-cli
57-
58-
### 🍺 From Homebrew (x86_64)
59-
60-
brew tap --force-auto-update radicle/cli https://seed.alt-clients.radicle.xyz/radicle-cli-homebrew.git
61-
brew install radicle-cli

0 commit comments

Comments
 (0)