aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-31 13:07:23 +0000
committerGitHub <[email protected]>2022-07-31 13:07:23 +0000
commitafefaf95faea577a1a0f0e8d950537f73acb0821 (patch)
tree3e086cc6fe28c564491a7389e1ada1ed01c4916e
parentfeat(response): success with mime response (diff)
downloadwindmark-afefaf95faea577a1a0f0e8d950537f73acb0821.tar.xz
windmark-afefaf95faea577a1a0f0e8d950537f73acb0821.zip
docs(README.md): add nightly toolchain notice
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4f0290a..50bcdeb 100644
--- a/README.md
+++ b/README.md
@@ -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