Update 'README.md'

This commit is contained in:
jens 2020-08-30 11:36:03 +00:00
parent 6975170598
commit 29051a7b95
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ Now you are running the development server, Visit http://127.0.0.1:8000/admin/
```
dnf install python3-pip git
pip3 install django psycopg2 gunicorn
git clone git@github.com:JensTimmerman/im.git
curl https://gitea.caret.be/jens/im/archive/main.tar.gz --output im-latest.tar.gz
tar -xvf im-latest.tar.gz
cd im
vim im/settings.py
```