From: Andrew Dolgov Date: Thu, 8 Sep 2005 03:26:17 +0000 (+0100) Subject: update README X-Git-Tag: 1.0.4~34 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=14ce54af517455861cd83cb7a0ee22d34193fecf;p=tt-rss.git update README --- diff --git a/README b/README index e1ef7249..f7fa5522 100644 --- a/README +++ b/README @@ -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).