Skip to content

Commit

Permalink
feat:README
Browse files Browse the repository at this point in the history
  • Loading branch information
harlleybastos committed Jul 21, 2023
1 parent 03b2a0c commit 0935e51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,19 @@ git clone https://github.com/harlleybastos/league-of-legends-rust-tracker.git
cd league-of-legends-rust-tracker
```
3. Add your API Key generated from Riot:

Linux or MacOS

```bash
export RIOT_API_KEY=your-api-key
```

Windows

```bash
set RIOT_API_KEY=your-api-key
```

4. Run the program with the name of the summoner:
```bash
cargo run -- "SummonerName"
Expand Down

0 comments on commit 0935e51

Please sign in to comment.