From 1470f05cff25c4a36c2ee724e1b3e747212788d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 17 May 2010 06:53:42 +0800 Subject: [PATCH] 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. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b93a2d27..e4fbe9f4 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,12 @@ demonstrates some of the major features. 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 - $ make install + ./autogen.sh # If you got the sources directly from Git + ./configure + make install This will put magit.el into `/usr/local/share/emacs/site-lisp`, where Emacs should be able to find it. Then add