From 090b44edd8bf42e3d9574680dfa2e27cae8e595e Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Sun, 21 Jun 2020 02:44:06 +0200 Subject: pypi release --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d41c973..f8df54a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ ## Tabs Vs Spaces +Use this tool to count the amount of spaces versus the amount of tabs in your codebase. ### Setup ```bash -git clone https://github.com/romangraef/tabsvsspaces -python3.6 -m venv venv -source venv/bin/activate -chmod +x main.py +pip install tabsvsspaces ``` ### Usage @@ -15,3 +13,12 @@ chmod +x main.py tabsvsspaces folder tabsvsspaces -e folder ``` + + +### Links + + - [Github][github] + - [Issues][issues] + +[github]: https://github.com/romangraef/tabsvsspaces +[issues]: https://github.com/romangraef/tabsvsspaces/issues \ No newline at end of file -- cgit