From 8f416bff7fd269e615712f1a7d6b528be7924747 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 21 Jan 2023 17:26:37 +0100 Subject: [PATCH] add instructions for rpi os lite --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d2362b..33a8200 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ 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 -# RPi only -sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev +# 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 cd $HOME git clone --branch main --single-branch https://github.com/aceisace/Inkycal cd Inkycal