From cb69773b33717f453965825369d4c8daf11ad127 Mon Sep 17 00:00:00 2001 From: AndrewP Date: Fri, 26 Apr 2019 18:31:15 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8eb3b6..fc6949d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # Homestead After -Homestead settings + +Copy `after.sh` from the repo to `~/Homestead/` + +Edit `~/Homestead/Vagrant` file: set `privileged` to `true` +```ruby +if File.exist? afterScriptPath then + config.vm.provision "shell", path: afterScriptPath, privileged: true, keep_color: true +end +``` + +Run `vagrant provision`