From 0daf2a709bf753bbf656109778ce3a65d2425a20 Mon Sep 17 00:00:00 2001 From: Adam Mulvany <amulvany@gitlab.com> Date: Mon, 1 May 2017 11:45:49 +0700 Subject: [PATCH] First commit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e352e76..58e47ba 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ #### Requirements: [Virtualbox 5.1+](https://www.virtualbox.org/wiki/Downloads) + [Vagrant 1.9+](https://www.vagrantup.com/downloads.html) #### Usage @@ -13,7 +14,7 @@ i.e. `VERSION=9.1.1 EDITION="ee" vagrant up` -The application will be available on http://localhost:{version + 0} +The application will be available on http://localhost:version + 0} i.e. Version 9.1.1 will accessible from https://localhost:9110 on the host. -- GitLab