From b8345ff8cdc5caec30779873ff4c097b38a4abb8 Mon Sep 17 00:00:00 2001 From: Luca8991 Date: Sat, 25 Jun 2022 15:04:19 +0200 Subject: [PATCH] fix run instruction for raspbian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 959e878..dda510b 100644 --- a/README.md +++ b/README.md @@ -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`.