code formatting

``` in readme
This commit is contained in:
Felix Caffier
2018-01-06 23:45:53 +01:00
committed by GitHub
parent e86a3d0270
commit 4cccc062e8

View File

@ -8,10 +8,10 @@ This script helps you set up a desktop system on top of FreeBSD 10/11. It will i
1. Install FreeBSD, but do not create any additional users 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 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:
```
mount_msdosfs /dev/da0s1 /mnt mount_msdosfs /dev/da0s1 /mnt
/mnt/installDesktop.sh /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. 4. Follow the instructions on screen. If you made a mistake, use CTRL+C to abort, then simply run the script again.
## Known issues ## Known issues