Skip to content

Commit

Permalink
Merge pull request #286 from hossain-khan/doc/run-from-commandline
Browse files Browse the repository at this point in the history
[ADDED] Command line option
  • Loading branch information
hossain-khan authored Feb 18, 2024
2 parents 245f56c + fb9645f commit 9c07e0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ Once configuration is in place, all you need to do is open the [`Main.kt`](https
<img width="307" src="https://user-images.githubusercontent.com/99822/197039854-641344eb-5e75-472c-a911-331923f6b163.png">
<img width="360" src="https://user-images.githubusercontent.com/99822/197039857-dda04738-6b24-4389-a87c-95816225e513.png">

#### Run using gradle command

You can also use following gradle command to run the stats generator
```
./gradlew run
```

> See troubleshooting section if you encounter issue.
### Preview Stats
Expand Down

0 comments on commit 9c07e0b

Please sign in to comment.