Skip to content

Commit

Permalink
Wording update in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Jan 29, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4fea95b commit 5be06c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

Django development playground. It's for when you need to try something but the project in front of you is too complex / big / important to test stuff on it. Can be used as project starter if you have that kind of energy.

* Before first run, cp `.env.dist` to `.env` and update it as you like.
* Before the first run, copy `.env.dist` to `.env` and update it as you like.
* For docker build, [Buildkit](https://docs.docker.com/develop/develop-images/build_enhancements/#to-enable-buildkit-builds) must be enabled. If Buildkit is not enabled system or user wide, docker related commands should be called like
`DOCKER_BUILDKIT=1 make build` or `DOCKER_BUILDKIT=1 docker-compose build`

0 comments on commit 5be06c8

Please sign in to comment.