summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2016-12-26 11:25:21 +0100
committerAndrew Shadura <andrew@shadura.me>2016-12-26 11:25:21 +0100
commit57e698296d556c5502b2b1dd8bf78532208c512d (patch)
tree1ffc129268f8db72eb7c63d39263b7e27c9ce551 /README.rst
parentbe4d0f257f5a6d0b03537f8156c60b574a2e9647 (diff)
Remove $ from the command lines.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
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.