From ff3ebbb13b04efc44773cda75bc6a390f7764159 Mon Sep 17 00:00:00 2001 From: qadmus <42746943+qadmus@users.noreply.github.com> Date: Tue, 30 Aug 2022 02:40:23 -0700 Subject: [PATCH] plotjuggler readme: refer to openpilot env setup (#25609) * plotjuggler readme: refer to openpilot env setup * Update tools/plotjuggler/README.md Co-authored-by: Shane Smiskol Co-authored-by: Shane Smiskol --- tools/plotjuggler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plotjuggler/README.md b/tools/plotjuggler/README.md index 25fcb5931a..b4190384db 100644 --- a/tools/plotjuggler/README.md +++ b/tools/plotjuggler/README.md @@ -4,7 +4,7 @@ ## Installation -Once you've cloned and are in openpilot, this command will download PlotJuggler and install our plugins: +Once you've [set up the openpilot environment](../README.md), this command will download PlotJuggler and install our plugins: `cd tools/plotjuggler && ./juggle.py --install`