minetest_modding_book/README.md

34 lines
747 B
Markdown
Raw Normal View History

2014-12-11 11:31:54 -08:00
Minetest Doc
2014-12-11 00:56:37 -08:00
============
2014-12-11 11:38:46 -08:00
This online book will teach you how to create mods in easy chapters.\\
The chapters will explain a concept, give examples, and set tasks for you to complete.
2014-12-11 00:56:37 -08:00
2014-12-11 11:38:46 -08:00
This documentation was created by the Minetest community in order to\\
help new modders gain a foothold.
You can contribute to this project on GitHub.\\
It uses Jekyll to turn Markdown into a website.
Book written by rubenwardy and contributers.\\
License: CC-BY-NC-SA 3.0
Running
-------
2014-12-11 00:56:37 -08:00
2014-12-11 11:31:54 -08:00
```
2014-12-11 11:38:46 -08:00
$ jekyll serve -b /minetest_doc
2014-12-11 11:31:54 -08:00
```
2014-12-11 11:38:46 -08:00
Commits
-------
If you are editing or creating a particular chapter, then use commit messages like this:
```
Getting Started - corrected typos
Entities - created chapter
```
Just use a normal style commit message otherwise.