From 956f2e4f497d0fee2f17c0b766b3347dcfbd9d84 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Wed, 11 Apr 2018 11:38:36 +0200 Subject: [PATCH] Update README.md Replace deprecated `crystal deps` command with `shards install` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5378f79..7486a255 100644 --- a/README.md +++ b/README.md @@ -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