Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tille committed Feb 24, 2015
1 parent fd9433a commit b89560a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ bundle install
```
<blockquote>
Be sure of use the right ruby-version specified in .ruby-version before run bundler
If ``Gosu`` complains during the setup follow this page and install its dependencies for both C++ and Ruby
https://github.com/jlnr/gosu/wiki/Getting-Started-on-Linux
If ``Gosu`` complains during the setup follow this page and install its dependencies for both C++ and Ruby.
</blockquote>

Dependencies: [Linux](https://github.com/jlnr/gosu/wiki/Getting-Started-on-Linux/) /
[OS-X](https://github.com/jlnr/gosu/wiki/Getting-Started-on-OS-X/)

Next using foreman we can boot the application.

```
$ foreman start
```

Run tests typing: ``rspec``

0 comments on commit b89560a

Please sign in to comment.