Skip to content

Commit

Permalink
update readme to match new release
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Jan 11, 2020
1 parent ca5b93f commit c2fb359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ These packages are required:
## Build
Clone this Git repo.

Build the `PrawnOS-...-.img` by running `sudo make image`
Build the `PrawnOS-*-.img` by running `sudo make image`

This has only been tested on a Debian Buster VM, and borrows some components from the host system to setup apt/debootstrap during the build process so I would recommend using a Debian Buster VM to avoid any issues.

## Write to a flash drive or SD card
Write the 2GB image to a flash drive. Make sure to replace $USB_DEVICE with the desired target flash drive or SD card device. If you're not familiar with dd, check out Debian's
how to page https://www.debian.org/CD/faq/#write-usb
```
sudo dd if=PrawnOs-*-c201-libre-2GB*.img of=/dev/$USB_DEVICE bs=50M; sync
sudo dd if=PrawnOS-*.img of=/dev/$USB_DEVICE bs=50M; sync
```

## Installing
Expand Down

0 comments on commit c2fb359

Please sign in to comment.