add instructions for rpi os lite

This commit is contained in:
Ace 2023-01-21 17:26:37 +01:00 committed by GitHub
parent c4edd885d3
commit 8f416bff7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. Run the following steps to install Inkycal. Do **not** use sudo for this, except where explicitly specified.
```bash ```bash
# RPi only # 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 sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip
cd $HOME cd $HOME
git clone --branch main --single-branch https://github.com/aceisace/Inkycal git clone --branch main --single-branch https://github.com/aceisace/Inkycal
cd Inkycal cd Inkycal