From abc4d3b4a9471c8bb1e0e044fec66f3eab2357cd Mon Sep 17 00:00:00 2001 From: Wiktor Jelen <35398584+Akinzou@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:42:16 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28deb47..4bc902c 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ TradeLocker is a webhook bot designed to seamlessly integrate with TradingView, ## Install ### Update Code - -If you update the code, run the following command to delete the previous image: $\color{red}{\textsf{Use only if you have already downloaded the image.}}$ +$\color{red}{\textsf{Use only if you have already downloaded the image.}}$ +If you update the code, run the following command to delete the previous image: ```sh docker rmi -f ghcr.io/akinzou/tradelocker_bot:latest @@ -31,8 +31,8 @@ ghcr.io/akinzou/tradelocker_bot latest ``` ### Run the Container -Run the container with the following command: $\color{red}{\textsf{If you don't know Docker, change only variables.}}$ +Run the container with the following command: ```sh docker run -t -p 443:443 -e username=your_username -e password=your_password -e server=your_server -e env=demo/live --rm ghcr.io/akinzou/tradelocker_bot:latest ```