Skip to content

Commit

Permalink
fix run instruction for raspbian
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Jun 25, 2022
1 parent ade64f2 commit b8345ff
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 @@ -32,7 +32,7 @@ Make sure you have Docker and Docker Compose installed on your machine (instruct

1. `docker-compose up -d --build` (to build the image and start the bot)

NOTE: if you're running the container on Raspbian, use this command instead: `docker-compose up -f docker-compose-raspbian.yaml -d --build`
**NOTE:** if you're running the container on Raspbian, use this command instead: `docker-compose -f docker-compose-raspbian.yaml up -d --build`

If you want to shut it down, simply run: `docker-compose down`.

Expand Down

0 comments on commit b8345ff

Please sign in to comment.