Skip to content

Commit

Permalink
Fix bad spacing in dev README (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Apr 1, 2024
1 parent 9347477 commit 1bbc984
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ Or, alternatively:
docker-compose up --detach postgres
```

> [!NOTE] > `make` is a venerable build tool that is included in most Unix-like operating systems. It's not strictly necessary to use `make` to develop on this project, but there are several `make` commands that wrap more complex commands and make development easier. If you don't have `make` installed or don't want to use it, you can just run the commands in the `Makefile` directly. All the examples will show both options.
> [!NOTE]
> `make` is a venerable build tool that is included in most Unix-like operating systems. It's not strictly necessary to use `make` to develop on this project, but there are several `make` commands that wrap more complex commands and make development easier. If you don't have `make` installed or don't want to use it, you can just run the commands in the `Makefile` directly. All the examples will show both options.
### Set up virtual environment

Expand Down

0 comments on commit 1bbc984

Please sign in to comment.