aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Gräf <romangraef@loves.dicksinhisan.us>2020-06-21 02:44:06 +0200
committerRoman Gräf <romangraef@loves.dicksinhisan.us>2020-06-21 02:44:06 +0200
commit090b44edd8bf42e3d9574680dfa2e27cae8e595e (patch)
treec04a9bd456984218d84e7e4c5bb41c44055fff42 /README.md
parenta23529ccbd1237db2e7cbf5a8075437461fb5abe (diff)
downloadtabsvsspaces-090b44edd8bf42e3d9574680dfa2e27cae8e595e.tar.gz
tabsvsspaces-090b44edd8bf42e3d9574680dfa2e27cae8e595e.tar.bz2
tabsvsspaces-090b44edd8bf42e3d9574680dfa2e27cae8e595e.zip
pypi release
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
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