Skip to content

Commit 28e338a

Browse files
authored
Fix mac paths
1 parent 40ffb5c commit 28e338a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ navigate to `local-development` and run `dev_start.sh`.
1212
git clone [email protected]:ambarltd/courses-v2.git
1313
cd 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

1818
Now 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

0 commit comments

Comments
 (0)