Skip to content

Commit 06fbe4b

Browse files
author
Anil Maurya
committed
Update Readme with rake compile step
1 parent eaa7352 commit 06fbe4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ FastJsonparser.parse("123: 1") # FastJsonparser::ParseError (parse error)
124124
```
125125
## Development
126126

127-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
127+
After checking out the repo, run `rake compile` to install dependencies. Then, run `rake test` to run the tests.
128128

129-
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).
129+
For more option, refer https://github.com/rake-compiler/rake-compiler
130130

131131
## Contributing
132132

0 commit comments

Comments
 (0)