From c6b9d21da1b648236b98453c09c59ab50a5af034 Mon Sep 17 00:00:00 2001 From: lulunac27a <100660343+lulunac27a@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:01:53 -0500 Subject: [PATCH] Add Getting Started section in README.md docs --- dice-game/README.md | 10 +++++++++- docs/dice-game/index.md | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/dice-game/README.md b/dice-game/README.md index d524c39..7c00bad 100644 --- a/dice-game/README.md +++ b/dice-game/README.md @@ -1,3 +1,11 @@ # Dice Game in Command Line Application in Haxe -This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. \ No newline at end of file +This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. + +### Getting Started + +``` +git clone https://github.com/lulunac27a/dice-game-haxe.git +cd dice-game +haxe build.hxml +``` \ No newline at end of file diff --git a/docs/dice-game/index.md b/docs/dice-game/index.md index d524c39..7c00bad 100644 --- a/docs/dice-game/index.md +++ b/docs/dice-game/index.md @@ -1,3 +1,11 @@ # Dice Game in Command Line Application in Haxe -This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. \ No newline at end of file +This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. + +### Getting Started + +``` +git clone https://github.com/lulunac27a/dice-game-haxe.git +cd dice-game +haxe build.hxml +``` \ No newline at end of file