Skip to content

Commit e2df76d

Browse files
committed
site: Update demo page
1 parent 3658c6e commit e2df76d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/site/markdown/demo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Command-line demo
22

33
On the [junixsocket releases page](https://github.com/kohlschutter/junixsocket/releases),
4-
you can find an archive of junixsocket's release jars along with a script to run the demos from
4+
you can find an archive of junixsocket's release jars along with a script to run some demos from
55
the `junixsocket-demo` artifact.
66

77
junixsocket-dist comes either as a `.tar.gz` or `.zip` archive. Get either one of them.
@@ -13,7 +13,9 @@ as expected.
1313

1414
junixsocket-dist provides a self-contained jar that performs this [selftest](selftest.html):
1515

16-
java -jar junixsocket-selftest-2.5.0-jar-with-dependencies.jar
16+
java -jar junixsocket-selftest-X.Y.Z-jar-with-dependencies.jar
17+
18+
(Replace X.Y.Z with the corresponding junixsocket version)
1719

1820
The last line should read "Selftest PASSED", and you're good to go.
1921

0 commit comments

Comments
 (0)