Skip to content
Snippets Groups Projects
Commit 9db7a935 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Add a bin run to make things easier.

parent 2f5153fa
Branches andrey-remove-group-caching
No related tags found
No related merge requests found
Loading
Loading
@@ -145,5 +145,12 @@ In case someone forgot the most important commands and is catting this file from
```
kill -kill `lsof -t -i tcp:4567`
bundle exec rake new_post
open -a "Google Chrome" http://localhost:4567
bundle exec middleman
```
or to execute the last two commands just run:
```
bin/run
```
\ No newline at end of file
open -a "Google Chrome" http://localhost:4567
bundle exec middleman
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment