From 4cdd5832d3d7595e96703cf062726d7c8bc59ef3 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 31 Jul 2022 20:15:11 +0900 Subject: [PATCH] Fix installation in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd5486b..6ae5c00 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ This script tries to copy as much metadata as necessary to avoid all the manual Installation ------------ -pipenv install -pipenv shell + git clone https://github.com/jeena/heic2jpeg.git + pipenv install + pipenv shell Usage -----