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 ```