We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92de5cb commit 5d97a38Copy full SHA for 5d97a38
‎README.md
@@ -2,14 +2,5 @@
2
3
A repository for my live-coding talk [Modern Java in Action](https://nipafx.dev/talk-java-action).
4
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
- ```
+Each step is its own commit.
+Check them out to see here what needs to be done.
0 commit comments