diff --git a/README.md b/README.md
index bdd368afe2..22c0aac01a 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Pika is a persistent huge storage service , compatible with the vast majority o
+
[More](https://github.com/Qihoo360/pika/blob/master/USERS.md)
@@ -36,7 +37,7 @@ Pika is a persistent huge storage service , compatible with the vast majority o
# 1. unzip file
tar zxf pikaX.Y.Z_centosK_bin.tar.gz
# 2. change working directory to output
-# note: we should in this directory, caz the RPATH is ./lib;
+# note: we should in this directory, caz the RPATH is ./lib;
cd output
# 3. run pika:
./bin/pika -c conf/pika.conf
@@ -63,7 +64,7 @@ If it comes to some missing libs, install them according to the prompts and retr
### Compile
-Upgrade your gcc to version at least 4.7 to get C++11 support.
+Upgrade your gcc to version at least 4.8 to get C++11 support.
Then just type