Skip to content

Commit b373b9e

Browse files
authored
Update README.md
1 parent 089b7e4 commit b373b9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ if !(docker-machine ls | grep "^$DOCKER_MACHINE_NAME "); then
143143
$DOCKER_IMAGE_NAME \
144144
serve --watch --drafts --force_polling -H 0.0.0.0
145145
```
146+
5. If using Windows, launch Git Bash to run the `preview.sh` file. If using MacOS, launch a Terminal window to run the `preview.sh` file. Make sure to allow permissions to execute the `preview.sh` file, for example `chmod 600 preview.sh`.
147+
148+
```
149+
$ ./preview.sh
150+
```

0 commit comments

Comments
 (0)