Skip to content

Commit

Permalink
Extract cask install to separate step in README
Browse files Browse the repository at this point in the history
Because the first step is more then 80 character, which is quite long,
so it wraps on GitHub.
  • Loading branch information
rexim committed Nov 12, 2015
1 parent 22355a4 commit d8a7998
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,16 @@ installed before. You'll need [Cask][cask] to install the dependencies.

I usually use the following workflow when I develop this game:

1. `$ git clone git://github.com/codingteam/pacmacs.el.git && cd pacmacs.el && cask install`;
2. `$ cask exec emacs`;
3. `M-x find-file RET /path/to/pacmacs.el/pacmacs.el RET`
4. `M-x eval-expression RET (add-to-list 'load-path default-directory) RET`;
5. `M-x eval-buffer RET`;
6. `M-x pacmacs-start RET`;
7. `M-x pacmacs-quit RET`;
8. Change something in the source code;
9. Go to the step 5.
1. `$ git clone git://github.com/codingteam/pacmacs.el.git && cd pacmacs.el`;
2. `$ cask install`
3. `$ cask exec emacs`;
4. `M-x find-file RET /path/to/pacmacs.el/pacmacs.el RET`
5. `M-x eval-expression RET (add-to-list 'load-path default-directory) RET`;
6. `M-x eval-buffer RET`;
7. `M-x pacmacs-start RET`;
8. `M-x pacmacs-quit RET`;
9. Change something in the source code;
10. Go to the step 6.

## Unit Tests ##

Expand Down

0 comments on commit d8a7998

Please sign in to comment.