diff --git a/README.md b/README.md index b2781a3..4eb7594 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,17 @@ Optional environment variables: ## Deploy to Heroku -To get up and running quickly, you can deploy to Heroku using the button below +To get up and running quickly, you can deploy to Heroku using the button below: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) -This will deploy an instance of the crewlink-server. You can get the URL of your server by using the app name that you gave when you launched the app on heroku and appending `.herokuapp.com`. You can also find the URL of your server by going to "Settings", scrolling down to "Domains", and removing the `https://` and trailing slash from the url. Using this URL, follow step 4 of the [installation instructions](https://github.com/ottomated/CrewLink-server#manual-installation) to connect your client to your server instance. +This will deploy an instance of the crewlink-server. You can get the URL of your server by using the app name that you gave when you launched the app on Heroku in the following format: + +```https://.herokuapp.com/``` + +You can also find the URL of your server by going to "Settings", scrolling down to "Domains". + +Using this URL, copy your server's URL into CrewLink settings. Make sure everyone in your lobby is using the same server. ## Docker Quickstart