From e877f828cc561b4fc84d3fa3f6dc18501788b973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Mon, 27 Nov 2023 17:35:49 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 493ff357..f2dfc350 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ After completing ALL of the above, remove this `Project bootstrap` section from - If you wish to use another database engine locally, add a new `DATABASE_URL` setting for the database you wish to use - Please refer to [dj-database-url](https://github.com/jacobian/dj-database-url#url-schema) on how to configure `DATABASE_URL` for commonly used engines - Open a new command line window and go to the project's directory -- run `poetry install` +- Run `poetry install` #### Run the backend app - With the virtualenv enabled, go to the `backend` directory