Update README.md

Format the code portions of the readme
This commit is contained in:
Adam Stokes 2015-06-15 15:47:41 -04:00
parent 85eb3abbb5
commit 80407c4f68
1 changed files with 4 additions and 2 deletions

View File

@ -2,11 +2,13 @@
Ubuntu Server Installer
# building installer
make installer
`make installer`
# running installer
make run
`make run`
# overrides
```
make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el]
make RELEAse=wily run
```