aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-10-28 02:18:52 +0200
committerGitHub <noreply@github.com>2017-10-28 02:18:52 +0200
commit368a1c476928d1c8f106822e9535b30687171a40 (patch)
treee4a5060a0101ded22ca58058777d605776ca4ca7 /README.md
parentbe75cdb7fdb3748def522ebd49ed8bb0363955cf (diff)
downloadOneRoll-368a1c476928d1c8f106822e9535b30687171a40.tar.gz
OneRoll-368a1c476928d1c8f106822e9535b30687171a40.zip
Update README.md
add stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 20 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0e32f80..36c7a41 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
-[![Build Status](http://www.rolisteam.org/sites/default/files/pixture_reloaded_logo.png)](http://www.rolisteam.org)
+[![Build Status](https://raw.githubusercontent.com/Rolisteam/rolisteam/master/resources/logo/1000-rolisteam.png)](http://www.rolisteam.org)
# DiceParser
-Rolisteam Dice Parser
+Dice Parser merges several tool to roll any kind of dice to play at role playing games.
+It can be use as command line application on GNU/Linux
+It also provides IRC bot, discord bot, twitter bot and webservice.
+
+[More informations](http://www.rolisteam.org/)
## Grammar
The grammar is something like this:
@@ -35,6 +39,20 @@ parenthese =: (expression)
count =: c Validator
```
+## Build
+
+```
+git clone git@github.com:Rolisteam/DiceParser.git
+cd DiceParser
+mkdir build
+cd build
+cmake ../
+make
+make install
+```
+# Downloads
+
+-DiceParser is part of rolisteam : http://www.rolisteam.org/download but it can be use as standalone tool.
## Example:
@@ -63,8 +81,6 @@ roll 1 die with 25 faces
### 8+8+8
compute: 24
-
-
### 100/28*3
compute: 100/28 = 3
3*3 = 9