diff options
| -rw-r--r-- | HelpMe.md | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -2,13 +2,16 @@ # Documentation: ## Build -> git clone git@github.com:Rolisteam/DiceParser.git -> cd DiceParser -> mkdir build -> cd build -> cmake ../ -> make -> make install + +``` +git clone git@github.com:Rolisteam/DiceParser.git +cd DiceParser +mkdir build +cd build +cmake ../ +make +make install +``` ## Irc and Chat |