Fix link in readme

This commit is contained in:
Jose Diaz-Gonzalez 2016-05-10 17:20:47 -04:00
parent d1cccfc747
commit 513791b391
1 changed files with 1 additions and 1 deletions

View File

@ -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