aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2020-11-03 00:09:09 -0700
committerTim Harder <radhermit@gmail.com>2020-11-03 00:09:09 -0700
commitebb3ac5caca7e9436b981f1c3ce65fb0ffb8da61 (patch)
tree092a3ff594804ae364b326fd2961f0651e0b433d /README.rst
parentreadme: update install instructions (diff)
downloadpkgcore-ebb3ac5caca7e9436b981f1c3ce65fb0ffb8da61.tar.gz
pkgcore-ebb3ac5caca7e9436b981f1c3ce65fb0ffb8da61.tar.bz2
pkgcore-ebb3ac5caca7e9436b981f1c3ce65fb0ffb8da61.zip
readme: fix rst markup
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 0a01d805..58eca880 100644
--- a/README.rst
+++ b/README.rst
@@ -42,15 +42,15 @@ optimizations split out of pkgcore for others to use.
Installing
==========
-Installing latest pypi release:
+Installing latest pypi release::
pip install pkgcore
-Installing from git:
+Installing from git::
pip install https://github.com/pkgcore/pkgcore/archive/master.tar.gz
-Installing from a tarball:
+Installing from a tarball::
python setup.py install