aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-06-24 10:43:13 -0400
committerGitHub <noreply@github.com>2016-06-24 10:43:13 -0400
commit6cf6ce78b1c42c500b938f6de03af1626b1b2330 (patch)
treec29a397df1caa09bd350d57b6d4bcaadbd4a9438
parentce3ad9e1927faff667ad2bf2fec43a0e5254bdf4 (diff)
parentc986bbf7359a5db45a6e96689729b2f04d2bd3e8 (diff)
downloadexternal_python_setuptools-6cf6ce78b1c42c500b938f6de03af1626b1b2330.tar.gz
external_python_setuptools-6cf6ce78b1c42c500b938f6de03af1626b1b2330.tar.bz2
external_python_setuptools-6cf6ce78b1c42c500b938f6de03af1626b1b2330.zip
Merge pull request #618 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.rst
-rwxr-xr-xREADME.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4f833ecf..1c6a0b86 100755
--- a/README.rst
+++ b/README.rst
@@ -37,6 +37,10 @@ Powershell command. Start up Powershell and paste this command::
> (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python -
+.. image:: https://badges.gitter.im/pypa/setuptools.svg
+ :alt: Join the chat at https://gitter.im/pypa/setuptools
+ :target: https://gitter.im/pypa/setuptools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
+
You must start the Powershell with Administrative privileges or you may choose
to install a user-local installation::