1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-11 11:47:03 +03:00

Clarify optional dependency on jq

Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
This commit is contained in:
Yannik Sander 2021-12-15 20:20:46 +01:00 committed by GitHub
parent 34dc584582
commit 85d3cb1e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ nix shell github:tweag/nickel
NLS is currently not available through the vscode marketplace. In the meantime, it can be built using Nix.
Either using the command line
Either using the command line (you need to have the [`jq`](https://stedolan.github.io/jq/) command available)
```
code --install-extension $(nix build ./\#vscodeExtension --no-link --json | jq ".[0].outputs.vsix")