Skip to content

Commit 6b4c916

Browse files
committed
Update README with instructions to generate docs
1 parent 92e6f32 commit 6b4c916

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ If you want to perform a full build with all integration tests, then run:
2929

3030
$ ./mvnw verify
3131

32-
To generate the reference documentation, run:
32+
To generate the reference documentation, run the following commands:
3333

34-
$ ./mvnw site
34+
```
35+
$ ./mvnw javadoc:aggregate
36+
$ cd spring-batch-docs
37+
$ ../mvnw site
38+
```
3539

3640
The reference documentation can be found in `spring-batch-docs/target`.
3741

0 commit comments

Comments
 (0)