diff options
| author | Fuwn <[email protected]> | 2022-07-31 13:07:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-31 13:07:23 +0000 |
| commit | 566557135d8a4093888e72d2367e0d11c120ce46 (patch) | |
| tree | 3e086cc6fe28c564491a7389e1ada1ed01c4916e | |
| parent | feat(response): success with mime response (diff) | |
| download | windmark-566557135d8a4093888e72d2367e0d11c120ce46.tar.xz windmark-566557135d8a4093888e72d2367e0d11c120ce46.zip | |
docs(README.md): add nightly toolchain notice
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ the modern age! ## Usage +### Notice + +Windmark requires the nightly Rust toolchain! + +To sync your project directory with Windmark's toolchain version, execute `rustup override set nightly-2022-02-22` within your command prompt while inside your projects directory. + ### Add Windmark as a dependency ```toml |