about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/basics.md b/doc/basics.md
index 38959e2331b..f25edb793e2 100644
--- a/doc/basics.md
+++ b/doc/basics.md
@@ -46,7 +46,7 @@ this toolchain, you can just use the `setup-toolchain.sh` script or use
 `rustup-toolchain-install-master`:
 
 ```bash
-sh setup-toolchain.sh
+bash setup-toolchain.sh
 # OR
 cargo install rustup-toolchain-install-master
 # For better IDE integration also add `-c rustfmt -c rust-src` (optional)