Skip to content

Commit

Permalink
Update README to use shards instead of Projectfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wille committed Oct 18, 2015
1 parent e65aaf3 commit 0830760
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ A Redis client for the Crystal programming language.

## Installation

Add it to `Projectfile`
Add it to your `shard.yml`:

```crystal
deps do
github "stefanwille/crystal-redis"
end
dependencies:
openssl:
github: stefanwille/crystal-redis
version: ~> 1.2.0
```

and then download the library into your project:
and then install the library into your project:

```bash
$ crystal deps
Expand Down

0 comments on commit 0830760

Please sign in to comment.