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

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

[nongnu] elpa/pacmacs d8a7998192 277/472: Extract `cask install` to sepa


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs d8a7998192 277/472: Extract `cask install` to separate step in README
Date: Thu, 6 Jan 2022 21:59:31 -0500 (EST)

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

    Extract `cask install` to separate step in README
    
    Because the first step is more then 80 character, which is quite long,
    so it wraps on GitHub.
---
 README.md | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 2cfebade25..c4f5b622af 100644
--- a/README.md
+++ b/README.md
@@ -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 ##
 



reply via email to

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