aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJonas Maier <>2026-05-23 21:39:58 +0200
committerJonas Maier <>2026-05-23 21:39:58 +0200
commit1ea4d307556ff522ab3a5bcca011966f3a0f440e (patch)
tree67e239ce68fd4e2d7e20100829021b715e4cd2e9 /README.md
parentcb63ecee3d07fca77513c6d74e64aed79ad263db (diff)
downloadpish-1ea4d307556ff522ab3a5bcca011966f3a0f440e.tar.gz
add note that the nightly rust compiler is required
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index af181e2..291f0dd 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ This is a shell written in Rust.
## Building it
- Have rust/cargo installed
+- `rustup override set nightly`
- `cargo build`
## Trying it out