Fix: error "mkdir: src: No such file or directory" in OS/X and Linux.
Changes OS/X Linux command to `mkdir -p src/app` closes #400
This commit is contained in:
parent
206ce3373d
commit
412d3b5e59
|
@ -203,7 +203,7 @@ include ../../../_includes/_util-fns
|
||||||
In OS/X and Linux:
|
In OS/X and Linux:
|
||||||
|
|
||||||
pre.prettyprint.lang-bash
|
pre.prettyprint.lang-bash
|
||||||
code mkdir src/app
|
code mkdir -p src/app
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
In Windows:
|
In Windows:
|
||||||
|
|
Loading…
Reference in New Issue