Skip to content

Commit 1cb0c63

Browse files
committed
Fix: correct bash instructions
1 parent 831a285 commit 1cb0c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/1-installable-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Inside the project directory:
175175

176176
```bash
177177
# Create a project directory in shell and a src directory within
178-
mkdir -R pyospackage/src/pyospackage
178+
mkdir -p pyospackage/src/pyospackage
179179

180180
# Change directory into pyospackage project dir
181181
cd pyospackage

0 commit comments

Comments
 (0)