Skip to content

Commit

Permalink
chore(docs): PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Dec 16, 2024
1 parent 5b7bbe5 commit 0821b09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file removed bun.lockb
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/docs/tutorials/noirjs_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ In this guide, we will install versions pinned to 1.0.0-beta.0. These work with

ZK is a powerful technology. An app that reveals computational correctness but doesn't reveal some of its inputs is almost unbelievable, yet Noir makes it as easy as a single line of code.

:::tip

It's not just you. We also enjoy syntax highlighting. [Check out the Language Server](../tooling/language_server.md)

:::

All you need is a `main.nr` and a `Nargo.toml` file. You can follow the [noirup](../getting_started/noir_installation.md) installation and just run `noirup -v 1.0.0-beta.0`, or just create them by hand:

```bash
Expand Down

0 comments on commit 0821b09

Please sign in to comment.