From 24d6b3ba6b44482457f5cceeb0d5d4e84a4e07da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20J=C3=BClg?= Date: Fri, 21 Apr 2017 14:43:46 +0200 Subject: [PATCH] README.md: fix vagrant bringup use vagrant vm up and vagrant init --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcfb4eec..01a81947 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,22 @@ instructions](https://docs.sandstorm.io/en/latest/vagrant-spk/installation/) 3. Bring up the Vagrant VM ```bash - $ vagrant-spk up + $ vagrant-spk vm up ``` -4. Start the application in dev mode +4. Initialize the Vagrant VM + + ```bash + $ vagrant-spk init + ``` + +5. Start the application in dev mode ```bash $ vagrant-spk dev ``` -5. Navigate to the Sandstorm dev instance +6. Navigate to the Sandstorm dev instance `http://local.sandstorm.io:6080/`