From 0cdba7e5d496a637fdb83677f9c9a06b990c17a3 Mon Sep 17 00:00:00 2001 From: takashi365 Date: Mon, 14 Oct 2019 13:44:16 +0900 Subject: [PATCH] add_sentences_readme Add sentences:16 line Execute the terminal command in the root directory of the Railr application where schema.rb where you want to display the ER diagram exists. --- README.ja.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.ja.md b/README.ja.md index 27f0fe8..e143193 100644 --- a/README.ja.md +++ b/README.ja.md @@ -13,7 +13,9 @@ SchemaRD は、Railsアプリケーションで利用する schema.rb を元にE ``` 実行: +ER図を表示したいschema.rbが存在するRailrアプリケーションのrootディレクトリでターミナルコマンドを実行しましょう。 ``` + $ cd $ schemard ``` diff --git a/README.md b/README.md index 22e3daf..3b04853 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Install: ``` And run: +Execute the terminal command in the root directory of the Railr application where schema.rb where you want to display the ER diagram exists. ``` + $ cd $ schemard ```