Skip to content

Commit

Permalink
Fix: correct bash instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jan 3, 2024
1 parent 049b7ff commit 8c96316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/1-installable-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Inside the project directory:

```bash
# Create a project directory in shell and a src directory within
mkdir -R pyospackage/src/pyospackage
mkdir -p pyospackage/src/pyospackage

# Change directory into pyospackage project dir
cd pyospackage
Expand Down

0 comments on commit 8c96316

Please sign in to comment.