mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-31 05:33:28 +03:00
Correct typos in HACKING.md
This commit is contained in:
parent
5daeffd6fb
commit
fa9a1a2f4c
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ refer to [official instructions](https://www.gnu.org/software/make/)
|
||||||
|
|
||||||
### External Dependencies:
|
### External Dependencies:
|
||||||
|
|
||||||
### Postgres databse:
|
### Postgres database:
|
||||||
|
|
||||||
The backend requires a Postgres database. We have
|
The backend requires a Postgres database. We have
|
||||||
compiletime SQL checks so without a database available, you won't be
|
compiletime SQL checks so without a database available, you won't be
|
||||||
|
@ -125,7 +125,7 @@ $ make
|
||||||
default Run app in debug mode
|
default Run app in debug mode
|
||||||
clean Delete build artifacts
|
clean Delete build artifacts
|
||||||
coverage Generate code coverage report in HTML format
|
coverage Generate code coverage report in HTML format
|
||||||
dev-env Setup development environtment
|
dev-env Setup development environment
|
||||||
doc Generate documentation
|
doc Generate documentation
|
||||||
docker Build Docker image
|
docker Build Docker image
|
||||||
docker-publish Build and publish Docker image
|
docker-publish Build and publish Docker image
|
||||||
|
|
Loading…
Add table
Reference in a new issue