Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ SchemaRD は、Railsアプリケーションで利用する schema.rb を元にE
```

実行:
ER図を表示したいschema.rbが存在するRailrアプリケーションのrootディレクトリでターミナルコマンドを実行しましょう。
```
$ cd <Rails.root.dir>
$ schemard
```

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Rails.root.dir>
$ schemard
```

Expand Down