Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: Adjust README to modular build
Erik Kundt committed 2 years ago
commit 43a689bb681835a6266fb1af6e67a855af7cb316
parent f58c93a36f7a5ba2a57c2f05ce17804411efa0da
1 file changed +7 -2
modified README.md
@@ -1,6 +1,6 @@
# radicle-tui

-
*Radicle terminal user interface*
+
*Radicle terminal user interfaces*

## Installation

@@ -14,7 +14,7 @@

> Requires the Rust toolchain.

-
You can install the Radicle TUI from source, by running the following
+
You can install the binaries from source, by running the following
commands from inside this repository:

    cargo install --path . --force --locked
@@ -23,6 +23,11 @@ Or directly from our seed node:

    cargo install --force --locked --git https://seed.radicle.xyz/z39mP9rQAaGmERfUMPULfPUi473tY.git

+
This will install the following binaries:
+

+
- `rad-issue-tui`
+
- `rad-patch-tui`
+

## License

Radicle is distributed under the terms of both the MIT license and the Apache License (Version 2.0).