Skip to content
Merged
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
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ It consists of a parser, the syntax, and class definition interpreter, the seman
## Build

We haven't published a gem yet.
You need to install the dependencies, and build its parser.
You need to install the dependencies, and build its parser with `bin/setup`.

```
$ bundle
$ bundle exec rake parser
$ bin/setup
$ bundle exec exe/ruby-signature
```

Expand All @@ -31,7 +30,7 @@ $ ruby-signature method ::Object tap
$ ruby-signature list
```

This command lists all of the classes/modules/interfaes defined in `.rbs` files.
This command lists all of the classes/modules/interfaces defined in `.rbs` files.

### ruby-signature ancestors [--singleton|--instance] CLASS

Expand Down