diff options
author | Florian Klink <flokli@flokli.de> | 2024-08-18T20·18+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-08-18T20·44+0000 |
commit | 98863e731221e3cd70f88b0f1e6646d958676e6c (patch) | |
tree | 7a59dfb9fb968fb2eac3b4494cb2806b769c6d40 /views | |
parent | 5382cbb93a94a8e68ddd2567f382661fd0f166b3 (diff) |
docs(views): update where `josh-filter` is coming from r/8516
We started using josh from nixpkgs since cl/11457, but forgot to update this documentation. Change-Id: I6e07227bcd3e955076d46146024edd89b69f08f7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12244 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com> Tested-by: BuildkiteCI
Diffstat (limited to 'views')
-rw-r--r-- | views/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/views/README.md b/views/README.md index a6ebd93a7788..57fcbb476e38 100644 --- a/views/README.md +++ b/views/README.md @@ -8,9 +8,8 @@ individual content and usage information. Testing changes locally ----------------------- -Generally, when iterating on these files, it's best to locally invoke `josh- -filter` (from `//third_party//josh`) locally to inspect how the workspace would -look like: +Generally, when iterating on these files, it's best to invoke `josh-filter` +(from the `josh` package) locally to inspect how the workspace would look like: - Commit your changes. This is required, as `josh-filter` operates on your `HEAD`, not working directory state. |