diff --git a/README.md b/README.md index fc15ecd..c4000f6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14 `buildpack-nginx` provides a simple, low overhead way of hosting static pages and websites on Dokku. Just add the `.env` and `.static` file to the root directory of your website as described below. ## Usage -1. Add a file with the name `.env` in the root of your directory with the following content: `export BUILDPACK_URL=https://github.com/florianheinemann/buildpack-nginx.git` +1. Add a file with the name `.env` in the root of your directory with the following content: `export BUILDPACK_URL=https://github.com/dokku/buildpack-nginx.git` 2. Add another, *empty* file called `.static` to your root directory of your web project. It signals that this buildpack shall be used 3. Push your project to Dokku