diff options
author | woshiicyrus <40648536+woshiicyrus@users.noreply.github.com> | 2018-12-03 07:43:02 +0800 |
---|---|---|
committer | Paramat <paramat@users.noreply.github.com> | 2018-12-02 23:43:02 +0000 |
commit | a7025c72730adcd41648613cdad93f4e6507c3b4 (patch) | |
tree | 7fa1a1c59c2a8558ea7fcd37a72375839da9817b /README.md | |
parent | e8eaab64a09462870f95d3e6703aab378e248ddc (diff) | |
download | minetest-a7025c72730adcd41648613cdad93f4e6507c3b4.tar.gz minetest-a7025c72730adcd41648613cdad93f4e6507c3b4.tar.bz2 minetest-a7025c72730adcd41648613cdad93f4e6507c3b4.zip |
README: Add linking table of contents (#7601)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -16,6 +16,18 @@ If you downloaded the Minetest Engine source code in which this file is contained, you probably want to download the [Minetest Game](https://github.com/minetest/minetest_game/) project too. See its README.txt for more information. +Table of Contents +------------------ + +1. [Further Documentation](#further-documentation) +2. [Default Controls](#default-controls) +3. [Paths](#paths) +4. [Configuration File](#configuration-file) +5. [Command-line Options](#command-line-options) +6. [Compiling](#compiling) +7. [Version Scheme](#version-scheme) + + Further documentation ---------------------- - Website: http://minetest.net/ |