From 5d7debd65ed9cbe2dc1d56ecdba974bf6b29662e Mon Sep 17 00:00:00 2001 From: Kyriel Abad Date: Sun, 11 Jun 2023 05:00:23 +0800 Subject: [PATCH] readme: fix typos in README.md (#352) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e75d00c..2cabb75 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ that you have a functional Linux system on hand. `Raspberry Pi OS Lite (32bit)` if you are using a Raspberry Pi. The [official Raspberry Pi Imager](https://www.raspberrypi.com/software/) is the simplest way to flash an image like this to an SD card. -* Once you downloaded, installed and launched the Raspberry Pi Imager +* Once you have downloaded, installed and launched the Raspberry Pi Imager, select `Choose OS -> Raspberry Pi OS (other)`: \

KIAUH logo @@ -47,7 +47,7 @@ select `Choose OS -> Raspberry Pi OS (other)`: \ * Back in the Raspberry Pi Imager's main menu, select the corresponding SD card to which you want to flash the image. -* Make sure to go into the Advaced Option (the cog icon in the lower left corner of the main menu) +* Make sure to go into the Advanced Option (the cog icon in the lower left corner of the main menu) and enable SSH and configure Wi-Fi. * If you need more help for using the Raspberry Pi Imager, please visit the [official documentation](https://www.raspberrypi.com/documentation/computers/getting-started.html). @@ -68,14 +68,14 @@ sudo apt-get update && sudo apt-get install git -y ``` * **Step 2:** \ -Once git is installed, use the following command to download KIAUH into your home-directoy: +Once git is installed, use the following command to download KIAUH into your home-directory: ```shell cd ~ && git clone https://github.com/th33xitus/kiauh.git ``` * **Step 3:** \ -Finally start KIAUH by running the next command: +Finally, start KIAUH by running the next command: ```shell ./kiauh/kiauh.sh