diff options
author | Micah Anderson <micah@riseup.net> | 2013-12-04 12:23:54 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-12-04 12:23:54 -0500 |
commit | 3d75d60d0bc34f2b6e0b59c743a7c38da4268bf9 (patch) | |
tree | 246ba4ea334389414a6c4a68f7b2d67dcb5478a8 /docs | |
parent | 5838e418d14ee2aa15d1bbd204a9076b8df0cccd (diff) |
fix spacing of code block
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md index 2f13df6..2882cf9 100644 --- a/docs/platform/development.md +++ b/docs/platform/development.md @@ -158,7 +158,7 @@ In order to do that, you will need to configure Vagrant to launch a graphical co @custom_vagrant_vm_line = 'config.vm.provider "virtualbox" do |v| v.gui = true -end' + end' and then start, or restart, your local Vagrant node. You should get a VirtualBox graphical interface presented to you showing you the bootup and eventually the login. |