diff options
| author | 2021-01-24 14:08:01 +0100 | |
|---|---|---|
| committer | 2021-01-24 14:09:20 +0100 | |
| commit | 75202c26c9ed9843a87de0d6eff17d3ef5d7c3cc (patch) | |
| tree | fffa517647e74c5d9bf6d9f1624fbdaaf74d346c /README.md | |
| parent | 228f38d2592dcce72274018a4ae9a745dc0f8005 (diff) | |
| download | OneRoll-75202c26c9ed9843a87de0d6eff17d3ef5d7c3cc.tar.gz OneRoll-75202c26c9ed9843a87de0d6eff17d3ef5d7c3cc.zip | |
Add community macro file.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,10 +2,10 @@ # DiceParser -Rolisteam Dice Parser run dice commands. It is available on several platforms. +Rolisteam Dice Parser run dice commands. It is available on several platforms. The syntax is simple and powerful. -[Full documentation here](https://github.com/Rolisteam/DiceParser/blob/master/HelpMe.md) +[Full documentation here](https://invent.kde.org/rolisteam/rolisteam-diceparser/-/blob/master/HelpMe.md) ## [Invite to Your Discord Server](https://discordapp.com/oauth2/authorize?&client_id=279722369260453888&scope=bot&permissions=0) @@ -37,7 +37,7 @@ roll 100291 dice with 66666666666 faces and sort result roll 15 dice with 10 faces and it counts number of dice which are above 7 ### 1D8+2D6+7 -roll 1 die with 8 faces and add the result to 2 dice with 6 faces and add 7. +roll 1 die with 8 faces and add the result to 2 dice with 6 faces and add 7. ### D25 roll 1 die with 25 faces @@ -53,7 +53,7 @@ compute: 100/28 = 3 3*3 = 9 -More examples at : https://github.com/Rolisteam/DiceParser/blob/master/HelpMe.md +More examples at : https://invent.kde.org/rolisteam/rolisteam-diceparser/-/blob/master/HelpMe.md ## Grammar The grammar is something like this: @@ -185,6 +185,6 @@ cd rolisteam-diceparser mkdir build cd build cmake ../ -DBUILD_CLI=ON -make +make sudo make install ``` |