From 7efef656838d64709632409e7157e272782e1ff5 Mon Sep 17 00:00:00 2001 From: Hardy Pottinger Date: Tue, 17 Dec 2013 14:27:30 -0600 Subject: [PATCH] README improvement --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3154796..67e48cd 100644 --- a/README.md +++ b/README.md @@ -23,19 +23,19 @@ vagrant ssh ``` Now you're free to modify the base box to match your needs. We recommend that you replace -/etc/apt/sources.list by one of the [methods listed here](http://askubuntu.com/questions/319433/making-mirror-mirrors-ubuntu-com-highly-available) +/etc/apt/sources.list by one of the [methods listed here](http://askubuntu.com/questions/319433/making-mirror-mirrors-ubuntu-com-highly-available). When you're done modifying the sources.list, it's a good idea to go ahead and update the packages. ```sh sudo apt-get update -sudo apt-get upgrade -exit +sudo apt-get upgrade +exit ``` If you'd like to pre-install any packages for your base image, now is the time to do so. -When you're done, exit the vagrant ssh session, and run +When you're done, exit the vagrant ssh session, and run ```sh vboxmanage list runningvms