Skip to content

Commit d7b2121

Browse files
committed
style
1 parent 52f7330 commit d7b2121

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ You can pass additional flags to `cargo`, the Rust build tool, by setting the `C
2727

2828
A typical docker run might look like the following.
2929

30-
```bash
30+
```sh
3131
$ docker run --rm \
32-
-v ${PWD}:/code \
33-
-v ${HOME}/.cargo/registry:/root/.cargo/registry \
34-
-v ${HOME}/.cargo/git:/root/.cargo/git \
35-
softprops/lambda-rust
32+
-v ${PWD}:/code \
33+
-v ${HOME}/.cargo/registry:/root/.cargo/registry \
34+
-v ${HOME}/.cargo/git:/root/.cargo/git \
35+
softprops/lambda-rust
3636
```
3737

3838
> 💡 The -v (volume mount) flags for `/root/.cargo/{registry,git}` are optional but when supplied, provides a much faster turn around when doing iterative development

0 commit comments

Comments
 (0)