diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 04:26:17 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 04:26:17 +0100 |
| commit | 14ce54af517455861cd83cb7a0ee22d34193fecf (patch) | |
| tree | fd823b8a5f1017be357c29b0934bdb90c0675bef | |
| parent | 3eb570288daf788df9e45c4ab2932cf4704751d2 (diff) | |
update README
| -rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -38,9 +38,8 @@ Requirements: b) MySQL (InnoDB and server version 4.1+ required) - example DB schemas and configuration in ttrss_schema.sql and - ttrss_schema_mysql.sql. - + Example DB schemas and configuration are in schema/ subdirectory. + For PostgreSQL don't forget to create database with UTF-8 encoding (createdb -E UTF-8 -O owner_user database). |