From 77f81ca4d66250355fe07f9bf585d3c49fbe28a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 18 Aug 2017 09:59:27 +0200 Subject: [PATCH] Updated README.rst --- vagrant/README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vagrant/README.rst b/vagrant/README.rst index 577d05c..d2c1af2 100644 --- a/vagrant/README.rst +++ b/vagrant/README.rst @@ -33,3 +33,7 @@ Once the VM will be configured by Vagrant, go to the address http://127.0.0.1:5001. The username is *admin@admin.test* and the password is *admin*. + +You can now edit the source code with your favorite editor and test it in your +browser. The only thing is to not forget to restart Apache in the VM after a +modification.