From dedd89aaec3a611f4f5cca9e277d7395da32c907 Mon Sep 17 00:00:00 2001 From: gazbert Date: Thu, 3 Mar 2022 21:03:43 +0000 Subject: [PATCH] #143 : Fixed README syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e3e008..bb6055db 100644 --- a/README.md +++ b/README.md @@ -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.