Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akinzou authored Jun 3, 2024
1 parent 6966701 commit abc4d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit abc4d3b

Please sign in to comment.