We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48886c5 commit 0680ce9Copy full SHA for 0680ce9
README.md
@@ -1,22 +1,24 @@
1

2
3
+----
4
+
5
Always up to date documentation for the League of Legends client API.
6
-#### Prebuilt
7
+### Prebuilt
8
9
Prebuilt binaries for Windows can be found [here](https://github.com/Pupix/rift-explorer/releases)
10
-#### Build from source
11
+### Build from source
12
13
1. Clone repository
-`git clone https://github.com/Pupix/lol-client-api-explorer.git`
14
+`git clone https://github.com/Pupix/rift-explorer.git`
15
16
2. Install dependencies
17
`yarn install` or `npm install`
18
19
3. Start League of Legends
20
-4. Start the api-explorer
21
+4. Start Rift Explorer
22
`yarn start` or `npm run start`
23
24
### Screenshot
0 commit comments