From 27488575c78a6e81689014c58e41b916a04da6f7 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 18 Aug 2018 09:27:01 -0400 Subject: [PATCH] vagrant: Clarify post-up message Signed-off-by: James Valleroy --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 0644b2282..d5ece15dd 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -36,6 +36,7 @@ Vagrant.configure(2) do |config| config.vm.post_up_message = "FreedomBox virtual machine is ready for development. You can run the development version of Plinth using the following command. +$ vagrant ssh $ sudo /vagrant/run --develop Plinth will be available at https://localhost:4430/plinth (with an invalid SSL certificate).