From b2565779d27c90a90905d3391555887b32b42edc Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 17 Jan 2023 21:47:31 +0100 Subject: [PATCH] Add rustc installation in installation step #232 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a08f17..d513ada 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,13 @@

- Donate Version Licence GitHub issues GitHub stars GitHub forks - python + python

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