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`