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

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

[nongnu] elpa/pacmacs 9e29a7aa19 207/472: Add information about cask ins


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 9e29a7aa19 207/472: Add information about cask install.
Date: Thu, 6 Jan 2022 21:59:25 -0500 (EST)

branch: elpa/pacmacs
commit 9e29a7aa1920c59595694e62adc1b8ee37841796
Author: Friedrich von Never <friedrich@fornever.me>
Commit: Friedrich von Never <friedrich@fornever.me>

    Add information about cask install.
---
 README.md | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 973ab70c5f..485cda138b 100644
--- a/README.md
+++ b/README.md
@@ -53,24 +53,23 @@ Only available in the `*Pacman*` buffer.
 ## Development ##
 
 Before developing the game please remove it from Emacs if it was
-installed before.
+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/rexim/pacmacs.el.git && cd pacmacs.el`;
-2. `M-x find-file RET /path/to/pacmacs.el/pacmacs.el RET`
-3. `M-x eval-expression RET (add-to-list 'load-path default-directory) RET`;
-4. `M-x eval-buffer RET`;
-5. `M-x pacmacs-start RET`;
-6. `M-x pacmacs-quit RET`;
-7. Change something in the source code;
-8. Go to the step 4.
+1. `$ git clone git://github.com/rexim/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.
 
 ## Unit Tests ##
 
-For Unit Tests you need to install
-[Cask](http://cask.readthedocs.org/en/latest/) first. To run unit
-tests:
+For Unit Tests you need to install [Cask][cask] first. To run unit tests:
 
     $ cask # only once to download development dependencies
     $ cask exec ert-runner
@@ -83,3 +82,5 @@ license. All the work in the `sprites/` directory is 
distributed under
 
 Check `LICENSE.md` and `sprites/LICENSE.md` files for more
 information.
+
+[cask]: http://cask.readthedocs.org/en/latest/



reply via email to

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