From 7f35d84db523fa14539a73ac92a86c3125bc4af9 Mon Sep 17 00:00:00 2001 From: kikunantoka Date: Wed, 27 Dec 2017 12:48:10 +0900 Subject: [PATCH 1/2] Fix auto generation command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bff01129..e2204eb0 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ splines: spline Auto generation --------------- -* Run rails generate erd:install -* Run rails db:migrate, then the diagram is generated +* Run bundle exec rails g erd:install +* Run bundle exec rails db:migrate, then the diagram is generated Learn more ---------- From 5c347781e9ec5cb2960e7b3fde12ca7f5737c994 Mon Sep 17 00:00:00 2001 From: kikunantoka Date: Wed, 27 Dec 2017 12:49:23 +0900 Subject: [PATCH 2/2] Fix right version expression for macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2204eb0..4d63d187 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Getting started See the [installation instructions](https://voormedia.github.io/rails-erd/install.html) for a complete description of how to install Rails ERD. Here's a summary: -* Install Graphviz 2.22+ ([how?](https://voormedia.github.io/rails-erd/install.html)). On MacOS with Homebrew run `brew install graphviz`. +* 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', require: false, group: :development to your application's Gemfile