From 106e885f2d21f3c919e653eb31f264bef21c51ed Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 24 Aug 2022 17:23:05 +0200 Subject: [PATCH] clarified instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8d522..9c1f534 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ crontab -r ## Modifying Inkycal Inkycal now runs in a virtual environment to support more devices than just the Raspberry Pi. Therefore, to make changes to Inkycal, navigate to Inkycal, then run: ```bash -source venv/bin/activate +cd $HOME/Inkycal && source venv/bin/activate ``` Then modify the files as needed and experiment with Inkycal. To deactivate the virtual environment, simply run: