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 ```