File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ navigate to `local-development` and run `dev_start.sh`.
1212git clone
[email protected] :ambarltd/courses-v2.git
1313cd courses-v2/local-development
1414./scripts/linux/dev_start.sh # if you're on linux
15- ./scripts/linux /dev_start.sh # if you're on mac
15+ ./scripts/mac /dev_start.sh # if you're on mac
1616```
1717
1818Now open your browser to ` localhost:8080 ` and try the application out! You will receive
@@ -51,8 +51,8 @@ cd courses-v2/local-development
5151./scripts/linux/dev_start.sh
5252./scripts/linux/dev_start_with_data_deletion.sh # use this if you want to delete your existing event store, and projection db
5353# For Mac
54- ./scripts/linux /dev_start.sh
55- ./scripts/linux /dev_start_with_data_deletion.sh # use this if you want to delete your existing event store, and projection db
54+ ./scripts/mac /dev_start.sh
55+ ./scripts/mac /dev_start_with_data_deletion.sh # use this if you want to delete your existing event store, and projection db
5656# Windows support (todo) - feel free to add a Pull Request ;)
5757```
5858
You can’t perform that action at this time.
0 commit comments