Update README

This commit is contained in:
Kiana Sheibani 2023-10-13 18:15:10 -04:00
parent 71b81789f3
commit fae735d29b
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 11 additions and 8 deletions

View file

@ -11,8 +11,8 @@ program checks for a token in:
- A command-line flag `--auth`.
- An environment variable `AUTH_TOKEN`,
- A file `auth.txt` within the config directory (see the [[README]] for a list
of directories in each OS).
- A file `auth.txt` within the config directory (see the [README](README.md) for
a list of directories in each OS).
The last method is recommended, as StartRNR can simply read from that file
whenever it needs to.
@ -20,7 +20,7 @@ whenever it needs to.
## Step 2: Dependencies
StartRNR is written in Rust, so install the [Rust
compiler](https://www.rust-lang.org/tools/install).
toolchain](https://www.rust-lang.org/tools/install).
In addition, StartRNR needs these run-time dependencies: