From 0f81d5ba02348390bf3480e40399a15a66de599e Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 22 Jan 2023 01:17:36 +0100 Subject: [PATCH] add git package in installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a8200..ad563d4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The previous installer has been deprecated to give more transparency about the i Run the following steps to install Inkycal. Do **not** use sudo for this, except where explicitly specified. ```bash # the next line is for the Raspberry Pi only -sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip +sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git cd $HOME git clone --branch main --single-branch https://github.com/aceisace/Inkycal cd Inkycal