diff --git a/README.md b/README.md
index f1737e0..a8dc225 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,22 @@
-phpSQLiteCMS
+phpSQLiteCMS
============
-phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite. As SQLite is file-based, it just runs "out of the box" without installation.
+phpSQLiteCMS 是一个轻量的开源CMS系统,基于 PHP 和 SQLite. 得益于SQLite是基于文件的,它能够“开箱即用”,无需繁琐的安装步骤。
-System requirements
+系统需求
-------------------
-* Apache webserver with mod_rewrite and .htaccess file support enabled
-* PHP 5 with PDO and SQLite driver enabled
+* Apache 服务器并开启 mod_rewrite 和 .htaccess file support 支持。
+* PHP 5 并开启 PDO 和 SQLite driver 支持。
-Installation
+安装
------------
-1. Load up the script files to your server
-2. Depending on your server configuration you may need to change the write permissions of the following files/directories:
- * **cms/data** - directory of the SQLite database files, needs to be writable by the webserver
- * **content.sqlite**, **entries.sqlite** and **userdata.sqlite** - SQLite database files, need to be writable by the webserver
- * **cms/cache** - cache directory, needs to be writable if you want to use the caching feature
- * **cms/media** and **cms/files** - need to be writable if you want to use the file uploader
-3. Ready! You should now be able to access the index page by browsing to the address you uploaded phpSQLiteCMS (e.g. http://example.org/path/to/phpsqlitecms/). To administrate the page, go to http://example.org/path/to/phpsqlitecms/cms/. The default admin userdata is: username: admin, password: admin.
+1. 上传所有文件到服务器。
+2. 根据您的服务器配置,您可能需要更改下列文件和目录的写权限:
+ * **cms/data** - SQLite 数据库目录
+ * **content.sqlite**, **entries.sqlite** and **userdata.sqlite** - SQLite 数据库文件
+ * **cms/cache** - 缓存目录,如果你要使用缓存功能
+ * **cms/media** and **cms/files** - 上传目录
+3. 就这么简单,完成了!用浏览器访问您的网站(例如 http://example.org/path/to/phpsqlitecms/)。 后台地址是/cms (例如 http://example.org/path/to/phpsqlitecms/cms/)。 默认管理员账户是: admin, 密码: admin,强烈建议您修改密码。
-phpSQLiteCMS example sites
---------------------------
-
-* phpSQLiteCMS - project website
-* my little forum - another project of the author of *phpSQLiteCMS*
-* Pro Cosara - an association dedicated to the conservation of Atlantic Forest in Paraguay
-* Eschenhof - biodynamic farm near Kassel, Germany / Biologisch-dynamische Landwirtschaft bei Kassel
-* Praxis Kunstleben - psychologische Praxis (Einzeltherapie, Paartherapie, Coaching, Familienberatung, Supervision) in Freiburg
-* ELBI - manufacturing of individual furniture and more in Burgas, Bulgaria
-* phpSQLiteCMS Spanish - Spanish phpSQLiteCMS demo and documentation site / página de documentación y demonstración española