Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolter committed Sep 3, 2017
1 parent 7793088 commit 21825c3
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<p align="center"><a href="#"><img src="media/banner.png" alt="deplicate" /></a></p>
<p align="center"><b>Advanced Duplicate File Finder for Python.</b> <i>Nothing is impossible to solve.</i></p>
<div align="center">
<a href="#">
<img src="media/banner.png?raw=true" alt="deplicate" />
</a>
<h2>Advanced Duplicate File Finder for Python (CLI)</h2>
<a href="https://pypi.python.org/pypi/deplicate-cli">
<img src="https://img.shields.io/pypi/status/deplicate-cli.svg" alt="PyPI Status" />
</a>
<a href="https://pypi.python.org/pypi/deplicate-cli">
<img src="https://img.shields.io/pypi/v/deplicate-cli.svg" alt="PyPI Version" />
</a>
<a href="https://pypi.python.org/pypi/deplicate-cli">
<img src="https://img.shields.io/pypi/pyversions/deplicate-cli.svg" alt="PyPI Python Versions" />
</a>
<a href="https://pypi.python.org/pypi/deplicate-cli">
<img src="https://img.shields.io/pypi/l/deplicate-cli.svg" alt="PyPI License" />
</a>
<h5><i>Nothing is impossible to solve.</i><h5>
</div>


Table of contents
Expand All @@ -14,22 +31,17 @@ Table of contents
Status
------

[![Travis Build Status](https://travis-ci.org/deplicate/cli.svg?branch=master)](https://travis-ci.org/deplicate/cli)
[![Requirements Status](https://requires.io/github/deplicate/cli/requirements.svg?branch=master)](https://requires.io/github/deplicate/cli/requirements/?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/15a309bc0a6c48ed932335333a19231d)](https://www.codacy.com/app/deplicate/deplicate-cli?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=deplicate/cli&amp;utm_campaign=Badge_Grade)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/deplicate/cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/deplicate/cli/?branch=master)

[![PyPI Status](https://img.shields.io/pypi/status/deplicate-cli.svg)](https://pypi.python.org/pypi/deplicate-cli)
[![PyPI Version](https://img.shields.io/pypi/v/deplicate-cli.svg)](https://pypi.python.org/pypi/deplicate-cli)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/deplicate-cli.svg)](https://pypi.python.org/pypi/deplicate-cli)
[![PyPI License](https://img.shields.io/pypi/l/deplicate-cli.svg)](https://pypi.python.org/pypi/deplicate-cli)
[![Travis Build Status](https://travis-ci.org/deplicate/deplicate-cli.svg?branch=master)](https://travis-ci.org/deplicate/deplicate-cli)
[![Requirements Status](https://requires.io/github/deplicate/deplicate-cli/requirements.svg?branch=master)](https://requires.io/github/deplicate/deplicate-cli/requirements/?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/15a309bc0a6c48ed932335333a19231d)](https://www.codacy.com/app/deplicate/deplicate-cli?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=deplicate/deplicate-cli&amp;utm_campaign=Badge_Grade)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/deplicate/deplicate-cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/deplicate/deplicate-cli/?branch=master)


Description
-----------

Command Line Interface for
[**deplicate**](https://github.com/deplicate/core).
[**_deplicate_**](https://github.com/deplicate/core).


Installation
Expand All @@ -49,13 +61,13 @@ If the above commands fail, consider installing it with the option

pip install --user deplicate-cli

If the command `pip` is not found in your system, but you have the
If the command `pip` is not found in your system, but you have the
[Python Interpreter](https://www.python.org) and the package `setuptools`
(>=20.8.1) installed, you can try to install it from the sources, in this way:

1. Get the latest tarball of the source code in format
[ZIP](https://github.com/deplicate/cli/archive/master.zip) or
[TAR](https://github.com/deplicate/cli/archive/master.tar.gz).
[ZIP](https://github.com/deplicate/deplicate-cli/archive/master.zip) or
[TAR](https://github.com/deplicate/deplicate-cli/archive/master.tar.gz).
2. Extract the downloaded archive.
3. From the extracted path, launch the command
`python setup.py install`.
Expand Down

0 comments on commit 21825c3

Please sign in to comment.