Markdown fixes in the readme.

This commit is contained in:
Caleb Spare 2013-03-21 18:18:34 -07:00
parent 3aefed2dc2
commit 7566006d0d

View file

@ -115,8 +115,8 @@ The environment variables are:
* `AWS_SSH_PRIVKEY` - The path to the private key for the named keypair * `AWS_SSH_PRIVKEY` - The path to the private key for the named keypair
For VirtualBox, you can simply ignore setting any of the environment For VirtualBox, you can simply ignore setting any of the environment
variables and omit the ``provider`` flag. VirtualBox is still supported with variables and omit the `provider` flag. VirtualBox is still supported with
Vagrant <= 1.1: Vagrant &lt;= 1.1:
```bash ```bash
$ vagrant up $ vagrant up
@ -226,7 +226,7 @@ Setting up a dev environment
Instructions that is verified to work on Ubuntu 12.10, Instructions that is verified to work on Ubuntu 12.10,
``` ```bash
sudo apt-get -y install lxc wget bsdtar curl libsqlite3-dev golang git pkg-config sudo apt-get -y install lxc wget bsdtar curl libsqlite3-dev golang git pkg-config
export GOPATH=~/go/ export GOPATH=~/go/
@ -243,7 +243,7 @@ go install -v github.com/dotcloud/docker/...
Then run the docker daemon, Then run the docker daemon,
``` ```bash
sudo $GOPATH/bin/docker -d sudo $GOPATH/bin/docker -d
``` ```