Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
README improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardy Pottinger committed Dec 17, 2013
1 parent 8f75491 commit 7efef65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<code>sudo apt-get upgrade
<code>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, <code>exit</code> the vagrant ssh session, and run

```sh
vboxmanage list runningvms
Expand Down

0 comments on commit 7efef65

Please sign in to comment.