From 2d11e3eee595d684f8028d196660a0b7dee50c6f Mon Sep 17 00:00:00 2001 From: Matthew O'Riordan Date: Sat, 18 Nov 2017 22:23:58 +0000 Subject: [PATCH] Support new nanoc buildpack --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51de4100c9..a9effc4539 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,13 @@ If you would prefer to use Docker, then you can set up the env as follows: Running on Heroku ---- -This repo will automatically run on Heroku, but relies on the following buildpacks: +This repo will automatically run on Heroku, but relies on the following buildpacks (see https://github.com/ably-forks/heroku-buildpack-nanoc): $ heroku buildpacks === ably-docs Buildpack URLs - 1. heroku/ruby - 2. https://github.com/ably-forks/heroku-buildpack-nanoc.git + 1. https://github.com/heroku/heroku-buildpack-ruby + 2. https://github.com/ably-forks/heroku-buildpack-nanoc + 3. https://github.com/heroku/heroku-buildpack-static Pull requests ----