Fix typo on Ubuntu version

This commit is contained in:
Evan Flynn 2014-07-08 20:51:19 -04:00
parent 2a61975d39
commit c8abb15a19
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
### IMPORTANT: Before You Start
1. Make sure you're running a **64 bit** version of either [Ubuntu 12.04 LTS](http://releases.ubuntu.com/precise/), or [Ubuntu 14.10](http://releases.ubuntu.com/14.04/).
1. Make sure you're running a **64 bit** version of either [Ubuntu 12.04 LTS](http://releases.ubuntu.com/precise/), or [Ubuntu 14.04 LTS](http://releases.ubuntu.com/14.04/).
1. Upgrade to the [latest version of Docker](http://docs.docker.io/en/latest/installation/ubuntulinux/).
1. Create a directory for Discourse Docker (the expected path is `/var/docker`): `install -g docker -m 2775 -d /var/docker`
1. Run the docker installation and launcher as **root** or a member of the **docker** group.