From 78ab7b752a288024be7140227b60b12af853611d Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia <80335335+emladevops@users.noreply.github.com> Date: Wed, 21 Dec 2022 11:48:00 +0700 Subject: [PATCH] Update README.md Small typo, the source file is ./make_style.sh, not ./make_style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d5a159..1d6e513 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Most of the steps are similar to Django tutorials. Here are two usual steps: 2. Update styles (using SASS) - Change .css/.scss files in `resources` folder - - ```./make_style && python manage.py collectstatic``` + - ```./make_style.sh && python manage.py collectstatic``` - Sometimes you need to `Ctrl + F5` to see the new user interface in browser. ## Screenshots