diff --git a/README.md b/README.md index 195b741..a919d65 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Contents 1. [Features](#features) 3. [Install/Deploy Options](#install) 1. [Heroku Quick Deploy](#heroku-quick-deploy) + 1. [Render.com](#render) 1. [Repl.it](#replit) 1. [Fly.io](#flyio) 1. [Koyeb](#koyeb) @@ -87,6 +88,16 @@ Notes: ___ +### [Render](https://render.com) + +Create an account on [render.com](https://render.com) and import the Whoogle repo with the following settings: + +- Runtime: `Python 3` +- Build Command: `pip install -r requirements.txt` +- Run Command: `./run` + +___ + ### [Repl.it](https://repl.it) [![Run on Repl.it](https://repl.it/badge/github/benbusby/whoogle-search)](https://repl.it/github/benbusby/whoogle-search)