recommend using script/server

[ci skip]
This commit is contained in:
Konstantin Haase 2014-03-14 13:20:42 +01:00
parent 400b6ae6ee
commit 418587c3db

View File

@ -16,7 +16,7 @@ Run tests:
Run the server:
$ rake db:create db:structure:load
$ foreman start
$ script/server
## Contributing
@ -57,4 +57,4 @@ class Travis::Api::App
set :prefix, '/awesome'
end
end
```
```