Skip to content

Commit 69327f5

Browse files
committed
Merge pull request #25 from rexim/qfix/update-readme
Update README regarding MELPA
2 parents 794f3bd + 7ce27d4 commit 69327f5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.org

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
#+title: psc-ide-emacs
1+
[[http://melpa.org/#/psc-ide][file:http://melpa.org/packages/psc-ide-badge.svg]]
2+
3+
* psc-ide-emacs
24

35
Very early stage Emacs integration for [[https://github.com/kRITZCREEK/psc-ide][kRITZCREEK/psc-ide]].
46

57
[[./screenshot-1.png]]
68

79
* Installation
810

11+
The package is available on [[http://melpa.org/#/psc-ide][MELPA]]. Please read the MELPA's [[http://melpa.org/#/getting-started][Getting Started]] guide
12+
for more information. Once you have MELPA configured install psc-ide-emacs
13+
via =package.el=:
14+
15+
#+BEGIN_SRC elisp
16+
M-x package-install RET psc-ide RET
17+
#+END_SRC
18+
19+
* Configuration
20+
921
Add the following to your =~/.emacs=:
1022

1123
#+BEGIN_SRC elisp
12-
;; specify the path to the plugin directory
13-
(add-to-list 'load-path "~/.emacs.d/lisp/psc-ide-emacs/")
1424

1525
;; specify path to the 'psc-ide' executable
1626
(customize-set-variable 'psc-ide-executable "/path/to/psc-ide")

0 commit comments

Comments
 (0)