Not "and" at the beginning of a sentence + better sh example
Remove the $ so that it's possible to copy/paste this directly to a shell.
This commit is contained in:
parent
ed6d791c61
commit
1470f05cff
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -13,13 +13,12 @@ demonstrates some of the major features.
|
||||||
Installing
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Download the latest tarball from [the github download page][download].
|
Download the latest tarball from [the github download page][download],
|
||||||
|
then Magit can be installed with the popular recipe of:
|
||||||
|
|
||||||
And then Magit can be installed with the popular recipe of:
|
./autogen.sh # If you got the sources directly from Git
|
||||||
|
./configure
|
||||||
$ ./autogen.sh # If you got the sources directly from Git
|
make install
|
||||||
$ ./configure
|
|
||||||
$ make install
|
|
||||||
|
|
||||||
This will put magit.el into `/usr/local/share/emacs/site-lisp`, where
|
This will put magit.el into `/usr/local/share/emacs/site-lisp`, where
|
||||||
Emacs should be able to find it. Then add
|
Emacs should be able to find it. Then add
|
||||||
|
|
Loading…
Add table
Reference in a new issue