Skip to content

Commit 8cac01a

Browse files
committed
readme: Fix shell syntax.
1 parent 4867051 commit 8cac01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ multirust run nightly-2016-04-05 cargo build
2323

2424
```sh
2525
multirust run nightly-2016-04-05 cargo run -- \
26-
--sysroot $HOME/.multirust/toolchains/nightly-2016-04-05
26+
--sysroot $HOME/.multirust/toolchains/nightly-2016-04-05 \
2727
test/filename.rs
2828
```
2929

0 commit comments

Comments
 (0)