Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update proxy script path
Erik Kundt committed 1 year ago
commit accdb5bb46df9029f5bd437dd8ba074972dec148
parent 4675dc9c7cd760d09e01df1dcbe4c8e788adea07
1 file changed +2 -2
modified README.md
@@ -62,11 +62,11 @@ Soon, `rad-tui` will be integrated into [`heartwood`](https://app.radicle.xyz/no

```sh
# show an interface that let's you select a patch
-
./scripts/rad.sh patch show
+
./rad.sh patch show
```
```sh
# show an interface that let's you select a patch and an operation
-
./scripts/rad.sh patch --tui
+
./rad.sh patch --tui
```

Both commands will call into `rad-tui`, process its output and call `rad` accordingly.