docs: readme typo

This commit is contained in:
Jack Wills
2022-05-14 22:48:10 +00:00
parent 7e7a3decae
commit 11d5ba361e
6 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
],
"mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
"source=/ramdrive,target=/ramdrive,type=bind",
// //"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
"source=/dev/shm,target=/ramdrive,type=bind",
"source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly",
"source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly",
],