aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromangraef <roman.graef@gmail.com>2018-06-03 14:23:12 +0200
committerromangraef <roman.graef@gmail.com>2018-06-03 14:23:12 +0200
commitd360f5d5c5d5f5e5f2d0f2cc4b85909d3a722782 (patch)
tree40ea83664db06a9c709954357126f05268c65e75
parent2748ab3d274f67a2a701ba4f7d5d98ab2da6e025 (diff)
downloadtabsvsspaces-d360f5d5c5d5f5e5f2d0f2cc4b85909d3a722782.tar.gz
tabsvsspaces-d360f5d5c5d5f5e5f2d0f2cc4b85909d3a722782.tar.bz2
tabsvsspaces-d360f5d5c5d5f5e5f2d0f2cc4b85909d3a722782.zip
Readme
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d41c973
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+## Tabs Vs Spaces
+
+### Setup
+
+```bash
+git clone https://github.com/romangraef/tabsvsspaces
+python3.6 -m venv venv
+source venv/bin/activate
+chmod +x main.py
+```
+
+### Usage
+
+```bash
+tabsvsspaces folder
+tabsvsspaces -e folder
+```