From 1ccf50a85f21a506ac9fde73bd8593158e3f844d Mon Sep 17 00:00:00 2001 From: George Date: Sun, 5 Sep 2021 17:16:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb4681..4938d5a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ docker build -t $YOUR_CONTAINER_NAME . docker container run -it -d -v $(pwd):/app $YOUR_CONTAINER_NAME $I2M_INSTAGRAM_USER $I2M_INSTANCE $I2M_TOKEN ``` -You can write all needed variables in `./env.sh` and then do `source ./env.sh` +You can write all needed variables in `./env.sh` and then do `source ./run.sh` ![image](https://user-images.githubusercontent.com/46262811/131577640-a3103ff2-af37-422d-96f1-60f1acdef939.png)