You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/developers/getting_started/getting_started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For easier development, install the Noir extension/LSP for VSCode ([download](ht
22
22
23
23
Once the prerequisites are met, run this command to install the Aztec toolchain:
24
24
25
-
`aztec-up #include_version_without_prefix`
25
+
`aztec-up -v #include_version_without_prefix`
26
26
27
27
(optional) To set up the LSP for Aztec programming, go to the Noir extension settings in VSCode and under `Noir: Nargo Path` set this value to the location of `aztec-nargo` installed in the command above (this should be in `~/.aztec/bin/aztec-nargo`). `aztec-nargo` is the Noir build tool pinned at a version bundled with each Aztec release to ensure compatibility.
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-v1.2.0/developers/getting_started/getting_started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For easier development, install the Noir extension/LSP for VSCode ([download](ht
22
22
23
23
Once the prerequisites are met, run this command to install the Aztec toolchain:
24
24
25
-
`aztec-up #include_version_without_prefix`
25
+
`aztec-up -v 1.2.0`
26
26
27
27
(optional) To set up the LSP for Aztec programming, go to the Noir extension settings in VSCode and under `Noir: Nargo Path` set this value to the location of `aztec-nargo` installed in the command above (this should be in `~/.aztec/bin/aztec-nargo`). `aztec-nargo` is the Noir build tool pinned at a version bundled with each Aztec release to ensure compatibility.
0 commit comments