Skip to content

Commit

Permalink
Remove bin/setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Jan 20, 2017
1 parent ff97f52 commit f5b31e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ Add the following line to ~/.screenrc.

## Development

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
After checking out the repo, run `bundle install` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

Expand Down
8 changes: 0 additions & 8 deletions bin/setup

This file was deleted.

0 comments on commit f5b31e0

Please sign in to comment.