From 0935e5148865eae92ecd9716dbe759ab2d102ef4 Mon Sep 17 00:00:00 2001 From: Harlley Date: Fri, 21 Jul 2023 11:04:11 -0300 Subject: [PATCH] feat:README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e7abe39..64172bf 100644 --- a/README.md +++ b/README.md @@ -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"