Skip to content

Commit 28bd4b2

Browse files
authored
Merge pull request #9 from SCBuergel/patch-1
Update README.org
2 parents 983fa2e + e9026d5 commit 28bd4b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.org

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ wiki pages.
1010
You can simply load the file in your emacs but the recommended way to install it is either via el-get or MELPA.
1111

1212
** El-get
13-
If you don't know how to use el-get you can find more information on its [[https://github.com/dimitri/el-get][webpage]]. You can obtain it by using
14-
=el-get-install solidity-mode=.
13+
If you don't know how to use el-get you can find more information on its [[https://github.com/dimitri/el-get][webpage]]. First [[https://github.com/dimitri/el-get#basic-setup][install el-get]] and then (in emacs), press =Alt+x= (this is in emacs notation written as =M-x= ) and then type =el-get-install=. This will prompt you for a package, type =solidity-mode= and hit enter, this should install all you need.
1514

1615
** Melpa
1716
You can also obtain solidity-mode from [[http://melpa.org/#/][Melpa]] as can be seen [[http://melpa.org/#/solidity-mode][here]].
@@ -27,6 +26,8 @@ Regardless of where you installed solidity mode from, you need to require the pa
2726
#+BEGIN_SRC lisp
2827
(require 'solidity-mode)
2928
#+END_SRC
29+
(append that line to your =~/.emacs= file)
30+
3031
** Provide path to solc binary
3132
The ~solc~ binary is assumed to be located at ~/usr/bin/solc~. Wherever that is not the case you would have to manually
3233
set the location of the binary like below:

0 commit comments

Comments
 (0)