Skip to content

Commit

Permalink
grammar/readability improvements (sourcegraph#40027)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonhawkharris committed Aug 16, 2022
1 parent d50fdd7 commit 7325831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dev/setup/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Follow the printed instructions, which will guide you through the installation o

If you chose to run PostgreSQL and Redis **without Docker** (recommended) they should already be running. You can jump to the next section.

If you chose to run Redis and PostgreSQL **with Docker** to then we need to run them:
If you chose to run Redis and PostgreSQL **with Docker**, we need to run them:

```sh
sg run redis-postgres
```

Keep this process running in a terminal window to keep the databases running. Follow the rest of the instructions in another terminal.
Keep this process running and follow the rest of the instructions in another terminal.

## Start Sourcegraph

Expand Down

0 comments on commit 7325831

Please sign in to comment.