From b4dbe9a836ba6cf8f7df9688cf9529ccb217089c Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 2 Oct 2019 15:49:05 -0700 Subject: Shorten the repository name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 51afc9e..5335811 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wikiget -[![Build Status](https://travis-ci.org/clpo13/python-wikiget.svg?branch=master)](https://travis-ci.org/clpo13/python-wikiget) +[![Build Status](https://travis-ci.org/clpo13/wikiget.svg?branch=master)](https://travis-ci.org/clpo13/wikiget) [![PyPI version](https://badge.fury.io/py/wikiget.svg)](https://badge.fury.io/py/wikiget) Something like wget for downloading a file from MediaWiki sites (like Wikipedia @@ -59,8 +59,8 @@ like venv or [virtualenv](https://virtualenv.pypa.io/en/latest/)) to install dependencies: ```bash -git clone https://github.com/clpo13/python-wikiget.git -cd python-wikiget +git clone https://github.com/clpo13/wikiget.git # if you plan on submitting pull requests, fork the repo instead +cd wikiget # Python 2 or 3 pip install --user virtualenv -- cgit v1.2.3