From 56250a7453afe0be510d4d1107fe04d305a296fb Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Sun, 15 Feb 2015 11:54:16 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd3ec6b..dd226ac 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14 ## 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` -2. Add another, *empty* file called `.static` to your root directory of your web project +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 All static files that you want to serve should be in the root directory of your repository. No need to use a seperate `www` folder. `buildpack-nginx` will automatically download the buildpack, download NGINX, compile it, and install it. The next time you push your project, the buildpack will reuse the precompiled binaries.