From bad88e298f7d9df365fa1a8b8aa53a1b466f55d3 Mon Sep 17 00:00:00 2001 From: rajbot Date: Tue, 4 Feb 2014 13:12:25 -0800 Subject: [PATCH] Clarify vagrant section of the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a5c354e..e91b0a15 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If everything worked, the following pages should be loading (served from *sample pywb comes with a Vagrantfile to help you set up a VM quickly for testing. If you have [Vagrant](http://www.vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/) -set up, then you can start a test instance of pywb like so: +installed, then you can start a test instance of pywb like so: ```bash git clone https://github.com/ikreymer/pywb.git @@ -82,13 +82,13 @@ cd pywb vagrant up ``` -After all the components of pywb are installed, the uwsgi server will start and you should see: +After pywb and all its dependencies are installed, the uwsgi server will start up and you should see: ``` spawned uWSGI worker 1 (and the only) (pid: 123, cores: 1) ``` -At this point, you can open a web browser and navigate to http://localhost:8080 for testing. +At this point, you can open a web browser and navigate to `http://localhost:8080` for testing. ### Automated Tests