Merge: Mock Github API tests
[nit.git] / contrib / nitrpg / README.md
index 0a451f7..5f6a02d 100644 (file)
@@ -42,7 +42,9 @@ It should alwaysd be up if you want your game to be kept up-to-date.
 
 To run the listener:
 
+~~~raw
        ./listener <host> <port>
+~~~
 
 The arguments `host` and `port` must correspond to what you entered in your
 GitHub hook settings.
@@ -53,7 +55,9 @@ The `web` program act as a [nitcorn](http://nitlanguage.org/doc/stdlib/module_ni
 
 To run the webserver:
 
+~~~raw
        ./web <host> <port> <root>
+~~~
 
 The arguments `host` and `port` must correspond to what you entered in your
 GitHub hook settings.
@@ -62,11 +66,15 @@ NitRPG root.
 
 For example, if NitRPG is installed in `yourdomain.com/nitrpg`:
 
+~~~raw
        ./web localhost 3000 "/nitrpg"
+~~~
 
 Leave it empty if NitRPG is installed at the root of the domain:
 
+~~~raw
        ./web localhost 3000 ""
+~~~
 
 The webserver can then be accessed at `http://yourdomain.com:3000/nitrpg/`.
 
@@ -75,11 +83,10 @@ The webserver can then be accessed at `http://yourdomain.com:3000/nitrpg/`.
 NitRPG stills under heavy development.
 Incomming features contain (but are not limited to):
 
-* Add a homepage that lists openened games
 * Periodized stats (weekly, monthly, yearly, overall)
 * Display graphs with stats
 * More achievements
 * Shop: exchange Nitcoins against glorifying items
 
 You can suggest new achievements or ideas in the
-[NitRPG RoadMap Issue](https://github.com/privat/nit/issues/1161).
+[NitRPG RoadMap Issue](https://github.com/nitlang/nit/issues/1161).