From 5893096712749c670a13a37d51aadc3be17451a5 Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Mon, 30 Dec 2019 18:57:09 +0900 Subject: [PATCH] Use `bin/setup` to setup in the README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60d44034c9..9f2bda8539 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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