Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ Then add the link to this site's Ghost Inspector tests above

Run the setup (first-time run only):

```
```sh
script/setup
```

Start the server:

```
```sh
script/server
```

You can also run the server in detached mode (i.e. without any output to your console):

```
```sh
script/server -d
```

Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
if [ -f Brewfile ] && [ "$(uname -s)" = "Darwin" ]; then
if ! brew bundle check >/dev/null 2>&1; then
echo "==> Installing Homebrew dependencies..."
brew bundle install --verbose --no-lock
brew bundle install --verbose
fi
fi

Expand Down
Loading