Skip to content

Commit

Permalink
added note regarding fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfmkiesel committed May 8, 2023
1 parent 04786ca commit 3915851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Options:
-v Print verbose messages (default: false)
-h Shows this text
```
**Warning:** This project is not affiliated with the [LOLDrivers](https://github.com/magicsword-io/LOLDrivers) repository. JSON structure changes in the LOLDrivers API may break this client. Since this clients gets compiled with a working data set, it will fall back to the internal data set, if the parsing of the online data or the local file was not successful.

## Installation
### Binaries
Download the prebuilt binaries [here](https://github.com/rtfmkiesel/loldrivers-client/releases).
Expand All @@ -25,7 +27,6 @@ Download the prebuilt binaries [here](https://github.com/rtfmkiesel/loldrivers-c
```bash
git clone https://github.com/rtfmkiesel/loldrivers-client
cd loldrivers-client
wget -q "https://www.loldrivers.io/api/drivers.json" -O pkg/loldrivers/drivers.json
go mod tidy
go build -o LOLDrivers-client.exe -ldflags="-s -w" cli/loldrivers-client/loldrivers-client.go
```
Expand Down

0 comments on commit 3915851

Please sign in to comment.