Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Update README with installation instructions from source and from binaries
Open did:key:z6MkkfM3...sVz5 opened 11 months ago
1 file changed +29 -5 ac7189a1 14f5e104
modified README.md
@@ -2,14 +2,38 @@

This desktop application lets you interact with [Radicle][rad], a peer-to-peer code collaboration and publishing stack.

-
## Local-first
+
## Installation

-
**Prerequisites:**
+
**Requirements:**
+

+
* *Linux* or *Unix* based operating system.
+
* Git 2.34 or later
+
* OpenSSH 9.1 or later with `ssh-agent`
+

+
### From binaries
+

+
**Debian**
+

+
Add the following to your `sources.list`:
+

+
```
+
deb [trusted=yes] https://minio-api.radworks.garden/radworks-releases/radicle-desktop/debian unstable main
+
```
+

+
Run from your shell:

-
- Recent versions of [Node.js][nod] (22.11.0 or higher) and [npm][npm] installed
-
- Requires the [Rust][rus] toolchain (1.77 or higher).
+
```
+
sudo apt update
+
sudo apt install radicle-desktop
+
```
+

+
### From source
+

+
**Prerequisites:**

-
Also make sure to have [Tauri system dependencies][tau] installed.
+
- [Node.js][nod] (22.11.0 or higher) and [npm][npm]
+
- [Rust][rus] toolchain (1.77 or higher)
+
- [Tauri system dependencies][tau]

Run the following commands to build the desktop app locally: