From 03fec61672c44b5b9800cfa3e013ed280da3b72b Mon Sep 17 00:00:00 2001 From: gwen windflower Date: Mon, 1 Apr 2024 07:12:32 -0500 Subject: [PATCH] Fix bad spacing in dev README --- integration_tests/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration_tests/README.md b/integration_tests/README.md index d089399..1337e57 100644 --- a/integration_tests/README.md +++ b/integration_tests/README.md @@ -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