Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewP authored Apr 26, 2019
1 parent f8bfb24 commit cb69773
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit cb69773

Please sign in to comment.