Skip to content

Commit

Permalink
Consistent code block command chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackPierce committed May 30, 2018
1 parent 6caf2cb commit 37fb929
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ build and installation.
Once `cargo-fel4` and the `libsel4-sys` dependencies are installed, you should be able to run:

```bash
cargo fel4 new tests && cd tests && cargo fel4 test build && cargo fel4 test simulate
cargo fel4 new tests
cd tests
cargo fel4 test build
cargo fel4 test simulate
```

# License
Expand Down

0 comments on commit 37fb929

Please sign in to comment.