You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ mvn install
26
26
27
27
Put the `arex-local/target/arex-local-<version>.jar` package into the `arex-agent-jar/extensions` directory (create a new folder if there is no extensions).
28
28
29
-
Remember to add the VM parameter when the local application starts the arex-agent-java: `-Darex.storage.mode=local`
29
+
Remember to add the VM parameter when the local application starts the arex-agent-java:
30
+
31
+
`-Darex.storage.mode=local`
30
32
31
33
32
34
Simply click the script in the `arex-standalone/bin` directory to start the command line tool, or run it by following `java` command:
0 commit comments