Skip to content

Commit

Permalink
Merge pull request #211 from AstraZeneca-NGS/fix_readme_javadoc
Browse files Browse the repository at this point in the history
Updated readme.MD
  • Loading branch information
pcingola authored May 16, 2019
2 parents 989de0f + 468fa1f commit b4238fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ To build the project, in the root folder of the project, run the following comma
```
./gradlew clean installDist
```
Clean will remove all old files from build folder.

To generate Javadoc, in the build/docs/javadoc folder, run the following command:
To generate Javadoc, in the build/docs/javadoc folder, run the following command. If you want to save content of `build` folder as it is (for example after building the project), run it without `clean` option:

```
./gradlew clean javadoc
Expand Down

0 comments on commit b4238fb

Please sign in to comment.