@@ -19,7 +19,7 @@ Make sure you have Java 8 installed on your system.
1919We advise to use a modern web browser like Google Chrome, Mozilla Firefox or Microsoft Edge with JavaScript enabled.
2020
21211 . [ Download] ( https://github.com/LearnLib/alex/releases/latest ) the latest version.
22- 2 . Open a terminal and start ALEX via ` java -jar alex-1.7.0 .war [--server.port=XXXX] ` .
22+ 2 . Open a terminal and start ALEX via ` java -jar alex-1.7.1 .war [--server.port=XXXX] ` .
23233 . Wait until the command line prints something like ` de.learnlib.alex.App - Started App in XX.XXX seconds ` .
24243 . Open * http://localhost:8000 * in a web browser.
2525
@@ -49,7 +49,7 @@ cd alex
4949mvn install package [-DskipTests]
5050```
5151
52- The bundle can then be found at ` build/target/alex-build-1.7.0 .war ` .
52+ The bundle can then be found at ` build/target/alex-build-1.7.1 .war ` .
5353
5454## Connecting to a database
5555
@@ -71,7 +71,7 @@ spring.jpa.hibernate.ddl-auto=update
7171
7272Then, start ALEX like this:
7373
74- ` java -jar alex-buid-1.7.0 .war "--spring.config.location=/path/to/your/application.properties" `
74+ ` java -jar alex-buid-1.7.1 .war "--spring.config.location=/path/to/your/application.properties" `
7575
7676
7777## Using LTSMin
@@ -81,7 +81,7 @@ If you want to use its capabilities, download version **3.0.2** and append the `
8181The value for the argument should be the * bin* directory where the compiled binaries of LTSMin are located.
8282Example:
8383
84- ` java -jar alex-1.7.0 .war --ltsmin.path="/path/to/ltsmin/bin" `
84+ ` java -jar alex-1.7.1 .war --ltsmin.path="/path/to/ltsmin/bin" `
8585
8686
8787
0 commit comments