Skip to content

Commit

Permalink
Merge pull request #7 from kbrock/readme_docs
Browse files Browse the repository at this point in the history
Help users understand how to deploy this app
  • Loading branch information
zamith committed Sep 16, 2015
2 parents df540bf + 383288e commit 5c8c04f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,17 @@

A shard is what we call a crystal libraries, and this is the website that lists
them all.

# Deploying to Heroku

To experiment with this, you can post this to your own heroku site.

You can read about [Deploying to Heroku] or just follow these steps:

```bash
NAME=crystal-shards-demo
heroku create $NAME --buildpack https://github.com/zamith/heroku-buildpack-crystal
git push heroku master
```

[Deploying to Heroku]: https://subvisual.co/blog/posts/63-deploying-a-crystal-application-to-heroku

0 comments on commit 5c8c04f

Please sign in to comment.