diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index d2d77f6..cfa8a74 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -42,7 +42,7 @@ You can connect the RPi to a HDMI screen (with a USB mouse + keyboard) and conne Pivilion runs on top of libre / free software which is avaliable in the Raspbberry Pi OS repositories. To download and install software we will use APT. Advanced Package Tool. Apt is a free-software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu, and related Linux distributions. ### Installing Raspbperry Pi OS -Always get a current Raspbperry Pi OS Legacy image before installing Pivilion. It will drastically speed up the update / upgrade step of the manual. Use [this guide](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) from Raspberry Pi's official website. You can use either the full or the lite image, it’s up to you. Choose your system. We’ll be using Linux + dd. +Always get a current Raspbperry Pi OS Legacy image before installing Pivilion. It will drastically speed up the update / upgrade step of the manual. Use the guide on [this](https://www.raspberrypi.org/documentation/installation/installing-images/README.md) page to determine how to handle images on your OS. We’ll be using Linux + dd. ### Enabling SSH on Your Pi SSH access is turned off by default for security. We need to do a simple extra step to enable it.