Skip to content

Commit

Permalink
fix utf8 comment in readme to not destroy the list
Browse files Browse the repository at this point in the history
  • Loading branch information
Henjuro committed Sep 22, 2017
1 parent 473bf6c commit 027bcaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ For library licenses see licenses folder
3. install your database connection library
4. run `python main.py` to create a default confige file
5. close the process
6. Create a an empty database-scheme in your choosen database server
* utf8mb4 is recommended and not normal utf8 https://mariadb.com/kb/en/library/unicode/
(basically utf8 isn't complete utf8 :(, but utf8mb4 is)
6. Create a an empty database-scheme in your choosen database server. Make sure to use a unicode character set (uf8mb4), utf8mb4 is recommended and not normal utf8 https://mariadb.com/kb/en/library/unicode/ (basically utf8 isn't complete utf8, but utf8mb4 is)
7. open `config\config.cfg` in your favorite text editor
8. configure the settings in the `config.cfg`
9. run `python manager.py db upgrade` which creates the database schema
Expand Down

0 comments on commit 027bcaa

Please sign in to comment.