diff --git a/README.md b/README.md index 7968c63..8291970 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,10 @@ GRANT ALL ON SCHEMA public TO postgres; GRANT ALL ON SCHEMA public TO public; COMMENT ON SCHEMA public IS 'standard public schema'; ``` -6. Steps 11 and 12 from **Quickstart**. \ No newline at end of file +6. Steps 11 and 12 from **Quickstart**. + +### Starting & Stopping Application +1. cd to root of repo +2. `vagrant up` +3. try to load [http://bikeshop.local/](http://bikeshop.local/) +5. `vagrant halt` \ No newline at end of file