From aae27dc4c706734d5ecaf93ba6223a693bdb7f46 Mon Sep 17 00:00:00 2001 From: mlncn Date: Sun, 2 May 2021 18:40:25 -0400 Subject: [PATCH] Update clone path in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cadb65b..bc4dcf1 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ NOTE: Instructions are written with the assumption that the command `python` poi ## Installation ``` -mkdir -p ~/Projects/agaric/ -git clone git@gitlab.com:agaric/pomodoroprompt.git +mkdir -p ~/Projects/agaric/python +git clone git@gitlab.com:agaric/python/pomodoroprompt.git cd pomodoroprompt python -m pip install --user -r requirements.txt ```