From 0ee7480f48008795ba912128159d467a062d184b Mon Sep 17 00:00:00 2001 From: horhik Date: Wed, 1 Sep 2021 00:14:11 +0300 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7753c8..1d3b00a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Simple python 🐍 script for crossposting from instagram to Mastodon/Pixelfed Just clone repo, build a docker container and run it ``` bash -git clone https://github.com/horhik/instagram2mastodon -cd instagram2mastodon +git clone https://github.com/horhik/instagram2fedi +cd instagram2fedi docker build -t YOUR_CONTAINER_NAME . docker container run -it -v $(pwd):/app YOUR_CONTAINER_NAME I2M_INSTAGRAM_USER I2M_INSTANCE I2M_TOKEN ```