README.md edited online with Bitbucket

This commit is contained in:
Ville Rantanen
2017-12-18 12:19:43 +00:00
parent 388f61e092
commit f3634ce68a

View File

@@ -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 ## Installation in user home
``` ```