From c4edd885d3f2b8a019380cfd153f000cafa1eb2d Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 21 Jan 2023 12:53:53 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98adea6..7d2362b 100644 --- a/README.md +++ b/README.md @@ -72,7 +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 -sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc +# RPi only +sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev cd $HOME git clone --branch main --single-branch https://github.com/aceisace/Inkycal cd Inkycal