From b9f8fa79b376292e9d12763fbd7ab30bfa934265 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 10 Jun 2017 13:32:53 -0400 Subject: [PATCH 1/2] Added Heroku button --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ed8d0486..4a3baf27 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu > Read the full [prerequisites](https://docs.requarks.io/wiki/prerequisites) article for full details. +## Cloud Install + +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/requarks/wiki-heroku) + +*Docker and more coming soon!* + ## Milestones Current and upcoming milestones *(major features only, see the [changelog](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) for complete list of features and bug fixes)*: From c7a656bf69d305d6638906c1318ebd2407272f01 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 10 Jun 2017 13:34:44 -0400 Subject: [PATCH 2/2] Updated Heroku button --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a3baf27..5fa29dd8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu ## Cloud Install -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/requarks/wiki-heroku) +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/requarks/wiki-heroku) *Docker and more coming soon!*