Skip to content

Commit

Permalink
README: fix env for UCI engine port
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Dec 20, 2023
1 parent 853d74a commit a8e92cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ $ make test
$ export BINBO_UCI_ENGINE_PATH="/path/to/engine"
$ export BINBO_UCI_ENGINE_HOST=localhost
$ export BINBO_UCI_ENGINE_HOST=9010
$ export BINBO_UCI_ENGINE_PORT=9010
$ make test
----

Expand All @@ -1522,7 +1522,7 @@ $ rebar3 ct --verbose
$ export BINBO_UCI_ENGINE_PATH="/path/to/engine"
$ export BINBO_UCI_ENGINE_HOST=localhost
$ export BINBO_UCI_ENGINE_HOST=9010
$ export BINBO_UCI_ENGINE_PORT=9010
$ rebar3 ct --verbose
----

Expand Down

0 comments on commit a8e92cc

Please sign in to comment.