branch: elpa/pacmacs
commit 0f403095f077943a0490c48ddc486e09a505f180
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Update README after repo transferring (#140)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index de932f8b58..2cfebade25 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-[](https://travis-ci.org/rexim/pacmacs.el)
-[](https://coveralls.io/github/rexim/pacmacs.el?branch=master)
+[](https://travis-ci.org/codingteam/pacmacs.el)
+[](https://coveralls.io/github/codingteam/pacmacs.el?branch=master)
[](http://melpa.org/#/pacmacs)
# Pacmacs #
@@ -55,7 +55,7 @@ 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 && cask
install`;
+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`;