README.md in rubygb-0.1.0 vs README.md in rubygb-0.2.0
- old
+ new
@@ -3,19 +3,19 @@
Bundles the [rgbds-linux](https://github.com/bentley/rgbds) compiler (for OSX) along with some helpful libs from galp to create and build gameboy roms in a quick and stupid way.
## Setup
-Add to your `Gemfile`:
+Install from rubygems
```ruby
-gem 'rubygb'
+gem install rubygb
```
-
## Usage
```ruby
+rubygb build FILENAME
```
## Awesomeness
All the cool parts are from other people