From 37baf1ebd6e22039da81ccaa3f7ccdc983952444 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Wed, 23 Sep 2020 21:04:48 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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