Skip to content
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
4 changes: 2 additions & 2 deletions rish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Currently, Shizuku and Sui are two available backends.

First of all, follow the guide from Shizuku or Sui to create the files of `rish`.

The remain is very simple, you only need to replace `sh` with `rish` in the command you want to run, `rish` will pass arguments directly to the remote shell.
The remain is very simple, you only need to replace `sh` with [`rish`](https://github.com/RikkaApps/Shizuku.git) in the command you want to run, `rish` will pass arguments directly to the remote shell.

Here is an example.

Expand Down Expand Up @@ -44,4 +44,4 @@ Adb (Shizuku can run under adb) does not have sufficient permissions to access s

If the backend runs under adb, `RISH_PRESERVE_ENV` will be treated as `0` when not set.

If the backend runs under root, `RISH_PRESERVE_ENV` will be treated as `1` when not set.
If the backend runs under root, `RISH_PRESERVE_ENV` will be treated as `1` when not set.