diff options
author | shennetsind <ind@henn.et> | 2013-02-07 14:35:34 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-07 14:35:34 -0200 |
commit | 324073aff5d869d9afdff79f24e14d66dbfd057c (patch) | |
tree | 6cd178a7013eeeccf63588c21539366bc8d183a0 /README.md | |
parent | 2ae187d00651c406a7a1c0c1cbc1495566d1607b (diff) | |
download | hercules-324073aff5d869d9afdff79f24e14d66dbfd057c.tar.gz hercules-324073aff5d869d9afdff79f24e14d66dbfd057c.tar.bz2 hercules-324073aff5d869d9afdff79f24e14d66dbfd057c.tar.xz hercules-324073aff5d869d9afdff79f24e14d66dbfd057c.zip |
Fixing a layout issue on README.md
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,7 +62,8 @@ relevant to your Operation System, please refer to the Wiki (links at the end of * Step 2: rpm -Uvhhttp://repo.webtatic.com/yum/centos/5/latest.rpm * Step 3: yum install --enablerepo=webtatic git-all * Step 4: yum install --enablerepo=webtatic --disableexcludes=main git-all - (For Debian) Type: apt-get install git make gcc libmysqlclient-dev zlib1g-dev libpcre3-dev + * (For Debian/Others) + * Type: apt-get install git make gcc libmysqlclient-dev zlib1g-dev libpcre3-dev * Type: mysql_secure_installation * Start your MySQL server * Setup a MySQL user: |