1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-01 15:07:46 +02:00

Readme now correct

This commit is contained in:
TiynGER 2020-06-01 20:54:31 +02:00
parent 48c2bb79a9
commit 1eadc441eb

View File

@ -41,7 +41,7 @@ You have to specify the filetype by extension.
### PIP/Python
- `git clone https://github.com/tiyn/tiyny-blog`
- `cd flaskblog/src`
- `cd tiyny-blog/src`
- edit the `config.py` file according to your needs
- `pip3install -r requirements.txt` - install depenencies
- run `python app.py`