From 57e698296d556c5502b2b1dd8bf78532208c512d Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 26 Dec 2016 11:25:21 +0100 Subject: Remove $ from the command lines. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f2fe9d0..2051f2f 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ git-crecord assumes you have Python 2.7 installed as ``/usr/bin/python2``. git-crecord ships with a setup.py installer based on setuptools. To install git-crecord, simply type:: - $ ./setup.py install + ./setup.py install This will install git-crecord itself, its manpage and this README file into their proper locations. @@ -34,7 +34,7 @@ Alternatively, to install it manually, symlink ``git-crecord`` into the directory where Git can find it, which can be a directory in your ``$PATH``:: - $ ln -s $PWD/git-crecord ~/.local/bin/git-crecord + ln -s $PWD/git-crecord ~/.local/bin/git-crecord Now you should have a new subcommand available for you. -- cgit v1.2.3