Fix links in readme?

This commit is contained in:
SolidHal 2018-10-10 11:39:13 -05:00
parent 2e32df47cf
commit 6ce56d1737

View File

@ -56,11 +56,11 @@ sudo dd if=PrawnOs-*-c201-libre-2GB.img of=/dev/$USB_DEVICE bs=50M; sync
There are two ways to use PrawnOS. There are two ways to use PrawnOS.
The first option is to boot from the external usb or sd device you wrote the image to. The first option is to boot from the external usb or sd device you wrote the image to.
[click here](###install-To-usb-drive-or-sd-card) [click here](#install-to-usb-drive-or-sd-card)
* Booting from an external device allows you to try PrawnOS without removing ChromeOS or whatever linux you are running on your internal storage (emmc), but it is a much slower experience as the c201 only has usb 2.0. * Booting from an external device allows you to try PrawnOS without removing ChromeOS or whatever linux you are running on your internal storage (emmc), but it is a much slower experience as the c201 only has usb 2.0.
The second and, recommended, option is to install it on your internal storage (emmc) The second and, recommended, option is to install it on your internal storage (emmc)
[click here](###install-to-internal-drive-(emmc)) [click here](#install-to-internal-drive-emmc)
* This is faster, and frees up a usb port. * This is faster, and frees up a usb port.
### Install To USB drive or SD card ### Install To USB drive or SD card
@ -78,7 +78,7 @@ cd /InstallResources/
./InstallToUSB ./InstallToUSB
``` ```
congratulations: you are done! But you probably already knew that. Welcome to PrawnOS. You should probably change the root password and make a user, but I'm not your boss or anything so I'll leave that to you. congratulations: you are done! But you probably already knew that. Welcome to PrawnOS. You should probably change the root password and make a user, but I'm not your boss or anything so I'll leave that to you.
If you want a hint on how to connect to wifi, check out [this down below](####connecting-to-wifi-in-a-basic-enviroment) If you want a hint on how to connect to wifi, check out [this down below](#connecting-to-wifi-in-a-basic-environment)
#### For everyone else, two scripts need to be ran. #### For everyone else, two scripts need to be ran.