Skip to content

Commit

Permalink
#143 : Fixed README syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Mar 3, 2022
1 parent 5ec1718 commit dedd89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you want to just play around with the
and evaluate the bot, Docker is the way to go.

1. Install [Docker](https://docs.docker.com/engine/installation/) on the machine you want to run the bot.
1. Fetch the BX-bot image from [Docker Hub](https://hub.docker.com/r/gazbert/bxbot/): `docker pull gazbert/bxbot:1.3.0
1. Fetch the BX-bot image from [Docker Hub](https://hub.docker.com/r/gazbert/bxbot/): `docker pull gazbert/bxbot:1.3.0`
1. Run the Docker container: `docker container run --publish=8080:8080 --name bxbot-1.3.0 -it gazbert/bxbot:1.3.0 bash`
1. Change into the bot's directory: `cd bxbot*`
1. Configure the bot as described in step 4 of the previous [Maven](#maven) section.
Expand Down

0 comments on commit dedd89a

Please sign in to comment.