diff --git a/README.md b/README.md index 792737a..d682b49 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ pip install csvkit ncsv ``` +## Installation without repository + +``` +mkdir tools +curl https://bitbucket.org/MoonQ/tools/get/tip.tar.gz | tar xz --strip 1 -C tools +cd tools && source rc +``` +Add the `rc` source in your ~/.bashrc + ## Installation in user home ```