From ddf4d014ead9b880247d0ad89e9b25b55afc6216 Mon Sep 17 00:00:00 2001 From: Charles Erwin Date: Wed, 30 Jan 2013 22:27:31 -0500 Subject: [PATCH] Updating vertx install command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77750e8c..9ebc4d69 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Mac users can add the following line to their `~/.bash_profile` file to set this It is useful to run the server locally for development purposes. Working installations of MongoDB and vert.x are required to get going. GVM can be used to install vert.x, otherwise install it manually as described on the [install page](http://vertx.io/install.html). - $ gvm install vert.x + $ gvm install vertx Next, install MongoDB as described [here](http://www.mongodb.org/downloads). After installing, the database needs to be primed with some data. The following lines may be run with `mongod` running as a separate process.