diff --git a/.gitignore b/.gitignore index 1320f90..7ee0c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -site +.anvil diff --git a/README.md b/README.md index bbf19c5..ceda1dd 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ Basic setup: $ export DEPLOY=$USER $ heroku create gobyexample-$DEPLOY -r $DEPLOY $ heroku config:add -r $DEPLOY \ - BUILDPACK_URL=https://github.com/mmcgrana/heroku-buildpack-go.git -r $DEPLOY \ CANONICAL_HOST=gobyexample-$DEPLOY.herokuapp.com -r $DEPLOY \ FORCE_HTTPS=1 \ AUTH=go:byexample -$ git push $DEPLOY master +$ heroku labs:enable dot-profile-d -r $REMOTE +$ heroku push -r gobyexample-$DEPLOY -b https://github.com/mmcgrana/buildpack-go.git $ heroku open -r $DEPLOY ```