From dbff9cb6342261bc12ccd831d5bf06b485e5a794 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Feb 2021 18:05:40 -0800 Subject: minor tweaks to README syntax --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e6a5d5..c9c42ba 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,11 @@ are probably possible without staff access. To install dependencies for the first time run: - `make dep` + make dep then run the tests (to ensure everything is working): - `make test` - + make test While developing the web interface, you will almost certainly need an example database running locally. A docker-compose file in `extra/docker/` can be used @@ -63,7 +62,10 @@ local index with the correct schema mapping, and index any intermediate files in the `./data/` directory. We don't have an out-of-the-box solution for non-IA staff at this step (yet). -After making changes to any user interface strings, the interface translation file (".pot") needs to be updated with `make extract-i18n`. When these changes are merged to master, the Weblate translation system will be updated automatically. +After making changes to any user interface strings, the interface translation +file (".pot") needs to be updated with `make extract-i18n`. When these changes +are merged to master, the Weblate translation system will be updated +automatically. This repository uses `black` for code formatting; please run `make fmt` and `make lint` for submitting a pull request. -- cgit v1.2.3