From e68cbab9cbd1431df99d5f5a0d018fde2225b0b8 Mon Sep 17 00:00:00 2001 From: Felix Caffier Date: Sat, 6 Jan 2018 23:51:01 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ed7f48..0cb09cf 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ This script helps you set up a desktop system on top of FreeBSD 10/11. It will i ## Usage 1. Install FreeBSD, but do not create any additional users 2. Copy the installDesktop.sh script onto a USB flash drive and stick it into your freshly installed FreeBSD machine -3. Log in as root, mount the stick and execute the script. This could look something linke this: +3. Log in as root, mount the stick and execute the script. This could look something linke this (replace locations appropriately): ``` -mount_msdosfs /dev/da0s1 /mnt -/mnt/installDesktop.sh +$ mount_msdosfs /dev/da0s1 /mnt +$ /mnt/installDesktop.sh ``` 4. Follow the instructions on screen. If you made a mistake, use CTRL+C to abort, then simply run the script again. @@ -21,4 +21,4 @@ CINNAMON produces only a black screen... help? Code::Blocks install is currently borked in 11.1 (startup crash), so you probably need to manually install it from ports -No grphics driver installation, this has to be done manually. +No graphics driver installation, this has to be done manually.