From ee2a9b87e32aaa168cb2755134d1b4472b744ab7 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Mon, 17 Aug 2020 17:58:08 -0600 Subject: [PATCH] Fixed README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7722893..3c25c92 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,13 @@ TODO 1. Download the [latest image from the releases section](/releases). 2. Open a terminal and navigate to where you downloaded the image file. 3. Ensure that xz is installed on your computer. + | **OS** | **Command** | |---------------|------------------------| | Ubuntu/Debian | `apt install xz-utils` | | Arch/Manjaro | `pacman -S xz` | | Mac OS | `brew install xz` | + 4. Run `xz -d -c IMAGE_NAME.img.xz | sudo dd of=/dev/sdX`, replacing IMAGE\_NAME and /dev/sdX with the appropriate paths, and adding flags per your preferences. ### First Boot