Trivial README.md fixups

Fix capitalization and add a make target

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
This commit is contained in:
Ryan Harper 2015-06-18 08:48:50 -05:00
parent e9e1ad9199
commit a446a15744
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ Ubuntu Server Installer
# overrides
```
make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el]
make RELEAse=wily run
make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el] installer
make RELEASE=wily ARCH=arm64 run
```