Update README.md

This commit is contained in:
William Mantly 2016-02-01 00:23:06 -05:00
parent fa2df642a7
commit a34d319a36

View File

@ -4,7 +4,7 @@ This has been tested on **clean** install of ubuntu 14.04 64bit.
## install ## install
Update you system to the newest packages and reboot. You may need to do this several times: Update you system to the newest packages and reboot. You may need to do this several times:
```bash ```bash
sudo apt-get update && sudo apt-get upgrade && sudo reboot sudo apt-get update && sudo apt-get upgrade -y && sudo reboot
``` ```
Once there are no more updates, add the `virt` user: Once there are no more updates, add the `virt` user:
@ -15,6 +15,9 @@ Make the password something strong, and remember it.
Now you can install the packages we need: Now you can install the packages we need:
```bash ```bash
sudo add-apt-repository ppa:ubuntu-lxc/stable
sudo add-apt-repository ppa:ubuntu-lxc/cgmanager-stable
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install git nodejs npm lxc redis-server sudo apt-get install git nodejs npm lxc redis-server
``` ```