Skip to content

Commit 50b6b3d

Browse files
committed
Updated docs.
1 parent 865bc15 commit 50b6b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Create a new .java file/class with `package com.cunningdj.grokJava` at the top a
1313
## `gtool` - Home Made Clean, Build & Run Tool
1414
* The command line tool `gtool` can handle all `clean`, `build`, and `run` operations, using these as the respective command argument (e.g. `gtool clean`).
1515
* Run the tool without an argument to see the available commands. Run with commands to perform the desired operations.
16+
17+
### Be Aware
1618
* `gtool build` will automatically `clean` before building.
1719
* `gtool run` will neither build nor clean automatically. To get all of these in one, use the `gtool br` command (see below)
1820

0 commit comments

Comments
 (0)