When running `setup`, we typically execute `update` as well. We should do that here and shrink the getting started steps in the `README`. ```bash $ vagrant up --provision $ vagrant ssh -c "cd foo && ./scripts/update" ```
When running
setup, we typically executeupdateas well. We should do that here and shrink the getting started steps in theREADME.$ vagrant up --provision $ vagrant ssh -c "cd foo && ./scripts/update"