diff --git a/.gitignore b/.gitignore index 848d234..94840b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# Vim stuff *.swp +*.vim + +# Test files test_f*.txt + +# venv bin lib* *.cfg diff --git a/README.md b/README.md index 6817c37..e31a3ab 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,21 @@ python crapgrep.py [OPTIONS] [PATTERN] [FILE[...]] _**Note**: obviously, `crapgrep` doesn't read from `stdin`, which makes it even more useless..._ +## Installation + +If you like wasting time because apparently you have nothing better to do, you can try `crapgrep` by cloning the repository with `git`: + +```bash +git clone https://baltig.cnr.it//nicolo.paraciani//crapgrep.git +``` + +then + +```bash +cd crapgrep +python crapgrep.py