Update README.md

Replace deprecated `crystal deps` command with `shards install`
This commit is contained in:
Sijawusz Pur Rahnama 2018-04-11 11:38:36 +02:00 committed by V. Elenhaupt
parent 7a1cf29ea7
commit 956f2e4f49
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ development_dependencies:
github: veelenga/ameba
```
Build `bin/ameba` binary within your project directory while running `crystal deps`.
Build `bin/ameba` binary within your project directory while running `shards install`.
You may also want to use it on [Travis](travis-ci.org):
@ -52,7 +52,7 @@ You may also want to use it on [Travis](travis-ci.org):
# .travis.yml
language: crystal
install:
- crystal deps
- shards install
script:
- crystal spec
- bin/ameba