From 0f26a39a63beff16dbfcedbac4e4c5322aae72a1 Mon Sep 17 00:00:00 2001 From: William Mantly Jr Date: Sun, 31 Jan 2016 19:06:20 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 072d9c7..1182e52 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Make the password something strong, and remember it. Now you can install the packages we need: ```bash -sudo apt-get install git nodejs npm lxc +sudo apt-get install git nodejs npm lxc redis-server ``` remap `nodejs` to `node`: @@ -60,8 +60,9 @@ lxc-attach -n test-ubuntu ``` If everything worked you can stop and delete the container ```bash -lxc-stop -n u1 -lxc-destroy -n u1 +lxc-stop -n test-ubuntu +lxc-destroy -n test-ubuntu +``` ```bash