Skip to content

Commit f055e63

Browse files
committed
chore: add pypi badge, add git clone instructions
1 parent 8c16b38 commit f055e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pylint-flask
22
===============
33

4-
[![Build Status](https://travis-ci.org/jschaf/pylint-flask.svg?branch=master)](https://travis-ci.org/jschaf/pylint-flask) [![Coverage Status](https://coveralls.io/repos/jschaf/pylint-flask/badge.svg?branch=master)](https://coveralls.io/r/jschaf/pylint-flask?branch=master) [![License](https://img.shields.io/badge/license-GPLv2%20License-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
4+
[![Build Status](https://travis-ci.org/jschaf/pylint-flask.svg?branch=master)](https://travis-ci.org/jschaf/pylint-flask) [![Coverage Status](https://coveralls.io/repos/jschaf/pylint-flask/badge.svg?branch=master)](https://coveralls.io/r/jschaf/pylint-flask?branch=master) [![PyPI](https://img.shields.io/pypi/v/pylint-flask.svg)](https://pypi.python.org/pypi/pylint-flask) [![License](https://img.shields.io/badge/license-GPLv2%20License-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
55

66
## About
77

@@ -49,7 +49,7 @@ pylint --load-plugins pylint_flask [..your module..]
4949
Pull requests are always welcome. Here's an outline of the steps you need to
5050
prepare your code.
5151

52-
1. https://github.com/jschaf/pylint-flask.git
52+
1. git clone https://github.com/jschaf/pylint-flask.git
5353
2. cd pylint-flask
5454
3. mkvirtualenv pylint-flask
5555
4. pip install -r dev-requirements.txt

0 commit comments

Comments
 (0)