branch: elpa/pacmacs
commit 614a98ccc7b792cfd7698808136e9da833852654
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Cleanup README
- Add semicolons where they are missing;
- Backtick the number in 10th step.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c4f5b622af..06e4eb236d 100644
--- a/README.md
+++ b/README.md
@@ -56,15 +56,15 @@ 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`;
-2. `$ cask install`
+2. `$ cask install`;
3. `$ cask exec emacs`;
-4. `M-x find-file RET /path/to/pacmacs.el/pacmacs.el RET`
+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.
+10. Go to the step `6`.
## Unit Tests ##