From 043739193f67ca132f55de71f4f4f451e86a06bf Mon Sep 17 00:00:00 2001 From: George Date: Mon, 22 Nov 2021 15:27:38 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1fe7ea3..a323e4c 100755 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # Instagram2Fedi -Simple python 🐍 script for crossposting from instagram to Mastodon/Pixelfed +Simple tool for crossposting posts from instagram to Mastodon/Pixelfed. ## Using without docker See [Docs.md](./Docs.md) ## Using with Docker -Just clone repo, build a docker container and run it +Just clone repo, specify variables and run it. You can write all needed variables in `./env.sh` and then do `source ./run.sh` ``` bash git clone https://github.com/horhik/instagram2fedi cd instagram2fedi -docker build -t $YOUR_CONTAINER_NAME . -docker container run -it -d -v $(pwd):/app $YOUR_CONTAINER_NAME $I2M_INSTAGRAM_USER $I2M_INSTANCE $I2M_TOKEN +vim ./env.sh +source ./run.sh ```