From 9042263d2fbea8ada71f91b6a4498a52884774f3 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 7 Apr 2022 15:40:26 +0200 Subject: [PATCH] docs: move heroku / DO buttons --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ec39dd240..0bd57915f0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Feature toggles make it easy to test how your code works with real production da Unleash is the largest open source solution for feature flagging on GitHub. There's 12 official client and server SDKs and 10+ community SDKs available; you can even make your own if you want to. You can use Unleash with any language and any framework. - ## Get started in 2 steps ### 1. Start Unleash @@ -64,6 +63,12 @@ if (unleash.isEnabled("AwesomeFeature")) { } ``` +### Run Unleash on a service? + +If you don't want to run Unleash locally, we also provide easy deployment setups for Heroku and Digital Ocean: + +[![Deploy to Heroku](./.github/deploy-heroku-20.png)](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) [![Deploy to DigitalOcean](./.github/deploy-digital.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Unleash/unleash/tree/main&refcode=0e1d75187044) + ## Community and help We know that learning a new tool can be hard and time-consuming. We have a growing community that loves to help out. Please don't hesitate about reaching out to get help.