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

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

[nongnu] elpa/pacmacs 327332d32d 036/472: Update README


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 327332d32d 036/472: Update README
Date: Thu, 6 Jan 2022 21:59:06 -0500 (EST)

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

    Update README
---
 README.md | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 80a54febb8..37cffb128a 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,16 @@
 
 ## Usage ##
 
-1. Clone the repo somewhere and cd to it: `$ git clone 
git://github.com/rexim/pacman.el.git && cd pacman.el`
-2. Add game folder to the `load-path`
-3. Open `pacman.el` file in Emacs
-4. Eval entire file: `M-x eval-buffer`
-5. Start the game: `M-x pacman-start`
+1. clone the repo somewhere and cd to it: `$ git clone 
git://github.com/rexim/pacman.el.git && cd pacman.el`;
+2. open `pacman.el` file in Emacs;
+3. add game folder to the Load Path: `M-x eval-expression RET (add-to-list 
'load-path default-directory)`;
+4. eval entire buffer: `M-x eval-buffer`;
+5. start the game: `M-x pacman-start`.
+
+## Unit Tests ##
+
+For Unit Tests you need to install 
[Cask](http://cask.readthedocs.org/en/latest/) first. To run unit tests:
+
+    $ cask # only once to download development dependencies
+    $ cask exec ert-runner
+



reply via email to

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