We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78c348 commit d5c9ea3Copy full SHA for d5c9ea3
1 file changed
README.md
@@ -10,10 +10,19 @@ Exercise downloader for https://rustplatform.com/
10
cargo install --git https://github.com/markgreene74/pybites_rust.git
11
```
12
- `cd` to the directory where you want to save the exercises
13
-- run the downloader
+- run the downloader (free exercises only):
14
```shell
15
pybites-rust-download
16
17
+- to download **all** exercises (requires premium), set your API key:
18
+ ```shell
19
+ PYBITES_API_KEY=your-api-key-here pybites-rust-download
20
+ ```
21
+ Or export it in your shell profile so you don't have to pass it every time:
22
23
+ export PYBITES_API_KEY=your-api-key-here
24
25
+ You can find your API key on your [profile page](https://rustplatform.com/profile/).
26
27
### Compile it manually
28
0 commit comments