Skip to content

Commit 5d97a38

Browse files
committed
All done 🚀
1 parent 92de5cb commit 5d97a38

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

‎README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,5 @@
22

33
A repository for my live-coding talk [Modern Java in Action](https://nipafx.dev/talk-java-action).
44

5-
## Next
6-
7-
Launch from terminal:
8-
* close IDE
9-
* verify existence of `jar/org.jsoup...jar`
10-
* launch with:
11-
```java
12-
java -p jars --enable-preview \
13-
src/main/java/dev/nipafx/demo/modern/GitHubCrawl.java \
14-
https://github.com/junit-pioneer/junit-pioneer/issues/624 10
15-
```
5+
Each step is its own commit.
6+
Check them out to see here what needs to be done.

0 commit comments

Comments
 (0)