From 878f4480732a15a837dec2b5d4619f5e43fb8f41 Mon Sep 17 00:00:00 2001 From: Phuoc Dinh Le <47278241+cuom1999@users.noreply.github.com> Date: Sat, 2 Jan 2021 02:38:57 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 187356f..8d0a7fa 100644 --- a/README.md +++ b/README.md @@ -77,15 +77,15 @@ node websocket/daemon.js Most of the steps are similar to Django tutorials. Here are two usual steps: 1. Update vietnamese translation: - - If you add any new phrases in the code, ```bash python manage.py makemessages``` + - If you add any new phrases in the code, ```python manage.py makemessages``` - go to `locale/vi` - modify `.po` file - - ```bash python manage.py compilemessages``` - - ```bash python manage.py compilejsi18n``` + - ```python manage.py compilemessages``` + - ```python manage.py compilejsi18n``` 2. Update styles (using SASS) - Change .css/.scss files in `resources` folder - - ```bash ./make_style && python manage.py collectstatic``` + - ```./make_style && python manage.py collectstatic``` - Sometimes you need to `Ctrl + F5` to see the new user interface in browser. ## Screenshots