Update clone path in README

This commit is contained in:
mlncn 2021-05-02 18:40:25 -04:00
parent 13f193bb13
commit aae27dc4c7

View file

@ -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
```