diff --git a/README.md b/README.md index 506a1b7..4cd1547 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Installation conflicts with the tap it's operating on. 1. Create and activate a virtualenv -2. `pip install -e .` (for developing `singer-tools`) or `pip install singer-tools` (for running `singer-tools`) +2. `pip install -e .` (for developing `singer-tools`) or `pip install git+https://github.com/singer-io/singer-tools@master` (for running `singer-tools`) 3. Run via `/bin/`, e.g. `/bin/singer-check-tap`. Tools