From a8ebd602f58c1e12ab3b2ddafc4ac6669cac98c8 Mon Sep 17 00:00:00 2001 From: Connor Sheremeta Date: Tue, 17 Nov 2020 14:46:35 -0700 Subject: [PATCH] Update erd-instructions Co-authored-by: Murny --- docs/erd-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/erd-instructions.md b/docs/erd-instructions.md index 8e2cd26d8..9e5a214c7 100644 --- a/docs/erd-instructions.md +++ b/docs/erd-instructions.md @@ -5,7 +5,7 @@ See the [installation instructions](https://voormedia.github.io/rails-erd/instal * Install Graphviz 2.22+ ([how?](https://voormedia.github.io/rails-erd/install.html)). On macOS with Homebrew run `brew install graphviz`. -* Add gem 'rails-erd', group: :development to your application's Gemfile +* Add 'rails-erd' gem to your machine via `gem install 'rails-erd'` * Run bundle exec erd