Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Once you've edited the configuration simply run:
cargo build --release
python3 append_data.py target/release/rusty-bootstrapper
```
On Windows, you must add `.exe` to the end of the python script:
```sh
python3 append_data.py target/release/rusty-bootstrapper.exe
```

(The `append_data.py` step is simple helper script that appends
your settings to the end of the binary, which is picked up later by
Expand Down