emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs 614a98ccc7 278/472: Cleanup README


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 614a98ccc7 278/472: Cleanup README
Date: Thu, 6 Jan 2022 21:59:31 -0500 (EST)

branch: elpa/pacmacs
commit 614a98ccc7b792cfd7698808136e9da833852654
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    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 ##
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]