Skip to content

Commit

Permalink
Instruction for Rishka CC installation via curl.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 25, 2024
1 parent cbe04f8 commit dacec3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ To use `rishka-cc`, you can get it from the release page if available or compile
cargo build --release
```

Alternatively, you can install the `rishka-cc` tool by typing the following below on your system terminal:

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/rishka/main/support/install_rishka_cc.sh)"
```

Before using `rishka-cc`, you must configure two (2) environment variables, as shown below.

```bash
Expand Down

0 comments on commit dacec3b

Please sign in to comment.