Skip to content

Commit

Permalink
docs: move heroku / DO buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Apr 7, 2022
1 parent 83c9125 commit 9042263
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9042263

Please sign in to comment.