Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Enhanced readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agcom committed Sep 19, 2020
1 parent 0cf1ef7 commit 5564b3a
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,33 @@ To get a local copy **up and running** follow these simple steps,

2. Clone the repository.

> You can do this either by using the `git` command,
>
> ```sh
> git clone https://github.com/agcom/quad-tree.git
> ```
>
> or downloading and extracting the [project's `zip` artifact](https://github.com/agcom/quad-tree/archive/master.zip).
> You can do this either by using the `git` command,
>
> ```sh
> git clone https://github.com/agcom/quad-tree.git
> ```
>
> or downloading and extracting the [project's `zip` artifact](https://github.com/agcom/quad-tree/archive/master.zip).

3. Run the application.

> You need to invoke the gradle `run` task to get the application running.
>
> You can use the pre-made **gradle scripts** even if you don't have the required gradle bundle installed.
>
> - On Linux,
>
> ```sh
> ./gradlew run
> ```
>
> - On Windows,
>
> ```powershell
> ./gradlew.bat run
> ```
>
> For more information on running batch files on Windows visit this [tutorial](https://www.wikihow.com/Run-a-Batch-File-from-the-Command-Line-on-Windows).
> You need to invoke the gradle `run` task to get the application running.
>
> You can use the pre-made **gradle scripts** even if you don't have the required gradle bundle installed.
>
> - On Linux,
>
> ```sh
> ./gradlew run
> ```
>
> - On Windows,
>
> ```powershell
> ./gradlew.bat run
> ```
>
> For more information on running batch files on Windows visit this [tutorial](https://www.wikihow.com/Run-a-Batch-File-from-the-Command-Line-on-Windows).

## Usage

Expand All @@ -86,7 +86,7 @@ Let's review the application's interesting features,

- Spray *random points*

> Your tree feeling lonely? Give him some babies for god's sake!
> Your tree feeling lonely?
>
> Either drag your cursor on top of the tree, or let us add some *random points*.

Expand Down

0 comments on commit 5564b3a

Please sign in to comment.