Update README.md

Added clarification for prerequisites if using the Heroku single-click deploy option
main
Ben Busby 2020-04-24 18:06:28 -06:00 committed by GitHub
parent ae94650aee
commit 79f5c607eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -17,11 +17,14 @@ Get Google search results, but without any ads, javascript, AMP links, or tracki
![Shoogle Mobile](app/static/img/docs/screenshot_mobile.jpg) ![Shoogle Mobile](app/static/img/docs/screenshot_mobile.jpg)
## Prerequisites ## Prerequisites
- Docker ([Windows](https://docs.docker.com/docker-for-windows/install/), [macOS](https://docs.docker.com/docker-for-mac/install/), [Ubuntu](https://docs.docker.com/engine/install/ubuntu/), [other Linux distros](https://docs.docker.com/engine/install/binaries/))
- [A Heroku Account](https://www.heroku.com/) - [A Heroku Account](https://www.heroku.com/)
- Optional, but recommended. Allows for free hosting of the web app. - Optional, but recommended. Allows for free hosting of the web app and single-click deployment.
- Alternatively, you can host the app using a different service, or deploy it to your own server (explained below). - Alternatively, you can host the app using a different service, or deploy it to your own server (explained below).
If deploying manually:
- Docker ([Windows](https://docs.docker.com/docker-for-windows/install/), [macOS](https://docs.docker.com/docker-for-mac/install/), [Ubuntu](https://docs.docker.com/engine/install/ubuntu/), [other Linux distros](https://docs.docker.com/engine/install/binaries/))
- [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) - [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli)
- Only needed if you want to deploy the app to Heroku but don't want to use the deploy button shortcut.
## Setup ## Setup
1. Ensure the Docker daemon is running, and is accessible by your user account 1. Ensure the Docker daemon is running, and is accessible by your user account