Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura authored Nov 26, 2023
1 parent e2b6109 commit cc819f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ $ mvn clean package
```
$ cd src/main/c
$ sh build_release.sh
$ ./build/time_and_sale $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
$ cd build
$ ./time_and_sale $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
```
</details>
Expand All @@ -157,7 +158,8 @@ $ mvn clean package
```
$ cd src/main/c
$ sh build_release.cmd
$ ./build/time_and_sale $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
$ cd build
$ ./time_and_sale $JAVA_HOME 127.0.0.1:6666 ETH/USD:GDAX -Xmx12G
```
</details>

Expand Down

0 comments on commit cc819f2

Please sign in to comment.