Skip to content

Commit d5c9ea3

Browse files
bbelderbosclaude
andcommitted
docs: add API key instructions to README
Explain how to set PYBITES_API_KEY for downloading all premium exercises. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b78c348 commit d5c9ea3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@ Exercise downloader for https://rustplatform.com/
1010
cargo install --git https://github.com/markgreene74/pybites_rust.git
1111
```
1212
- `cd` to the directory where you want to save the exercises
13-
- run the downloader
13+
- run the downloader (free exercises only):
1414
```shell
1515
pybites-rust-download
1616
```
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+
```shell
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/).
1726
1827
### Compile it manually
1928

0 commit comments

Comments
 (0)