From d4f93ae2b3edd0bf61fb23c935191b414464fec8 Mon Sep 17 00:00:00 2001 From: Sal Rahman Date: Thu, 5 Jan 2017 03:48:38 -0800 Subject: [PATCH] Update to instruction for manual setup Manual setup used the wrong command; the parameter with application name was missing. This change adds that. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba2422..affd151 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ All static files that you want to serve should be in the root directory of your To trigger detection of this buildpack in Dokku, you have two options: - Automatic: Add an *empty* file called `.static` to your root directory of your web project. -- Manual: Set your `BUILDPACK_URL` via `dokku config:set BUILDPACK_URL=https://github.com/dokku/buildpack-nginx.git` +- Manual: Set your `BUILDPACK_URL` via `dokku config:set $APP_NAME BUILDPACK_URL=https://github.com/dokku/buildpack-nginx.git` + +Where `$APP_NAME` is your application's name. ### Heroku