diff --git a/README.md b/README.md index 3a08f17..d513ada 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@
Inkycal is a software written in python for selected E-Paper displays. It converts these displays into useful information dashboards. It's open-source, free for personal use, fully modular and user-friendly. Despite all this, Inkycal can run well even on the Raspberry Pi Zero. Oh, and it's open for third-party modules! Hooray! @@ -73,7 +72,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 -sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev +sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc cd $HOME git clone --branch main --single-branch https://github.com/aceisace/Inkycal cd Inkycal