diff options
author | Haru <haru@dotalux.com> | 2018-11-13 16:18:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 16:18:25 +0100 |
commit | 37340a9e36de30387c8e2b347fd4446cf786612e (patch) | |
tree | 9d7272b1b494857eaa8e85be405f346181e0d204 | |
parent | ff47b26e89b7286f6f0b9368261bbef2948c7bc6 (diff) | |
parent | e1b7ebc43b9afff2a1ac01d6384015421428c36e (diff) | |
download | hercules-37340a9e36de30387c8e2b347fd4446cf786612e.tar.gz hercules-37340a9e36de30387c8e2b347fd4446cf786612e.tar.bz2 hercules-37340a9e36de30387c8e2b347fd4446cf786612e.tar.xz hercules-37340a9e36de30387c8e2b347fd4446cf786612e.zip |
Merge pull request #2283 from j-chad/patch-1
Fix a few typos in README
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -29,17 +29,17 @@ Project Info: Table of Contents --------- -* 1 What is Hercules? -* 2 Prerequisites -* 3 Installation -* 4 Troubleshooting -* 5 Helpful Links -* 6 More Documentation +1. What is Hercules? +2. Prerequisites +3. Installation +4. Troubleshooting +5. Helpful Links +6. More Documentation What is Hercules? ----------------- Hercules is a collaborative software development project revolving around the -creation of a robust Massively Multiplayer Online Role Playing Game (MMORPG) +creation of a robust Massively Multiplayer Online Role-Playing Game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing @@ -64,7 +64,7 @@ Platforms](https://github.com/HerculesWS/Hercules/wiki/Supported-Platforms) wiki - git - gcc or clang (version 4.5 or newer, recommended 5.0 or newer) - GNU make - - mysql (`mysql-server`) or mariadb + - MySQL (`mysql-server`) or MariaDB - libmysqlclient (`mysql-devel`) - zlib (`zlib-devel`) - libpcre (`pcre-devel`) @@ -137,7 +137,7 @@ Troubleshooting --------------- If you're having problems with starting your server, the first thing you should -do is check what's happening on your consoles. More often that not, all support +do is check what's happening on your consoles. More often than not, all support issues can be solved simply by looking at the error messages given. Examples: |