From b945112e85ed2315f87609e0047d1c93b426f193 Mon Sep 17 00:00:00 2001 From: David Cumps Date: Wed, 21 Aug 2024 15:00:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2d468..9e58683 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Proceed to the [All Users steps](#all-users) below once you have this. 1. Open the `docker-compose.yml` file. 2. Replace `cF_YOUR_LP_ACCOUNT` with your LP account. 3. Replace `-1001234567890` with the telegram channel id. -4. If needed, configure the `_Slice` settings to how you would like to balance your funds between USDT and arbUSDC. The total needs to be **100**! +4. If needed, configure the `_Slice` settings to how you would like to balance your funds between USDT and arbUSDC. The total needs to be **100**! (In the example above, it is divided in 80/20) 5. Save the file. 6. Run `docker compose up -d` to start the bot. 7. Run `docker compose logs -f -n 100` to follow the logs.