This repository was archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Update "Installation" Page #24
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
46a24b0
Update wasm-based Backend Pointer
Savio-Sou a0ad921
Add Binaries Installation
Savio-Sou e796518
Add A New Line Before Echoing Bin Path
Savio-Sou fae6582
Fix Windows Commands
Savio-Sou df28571
Point Download Links to GitHub Releases
Savio-Sou ea05ca3
Update Path with "bin" Subdirectory
Savio-Sou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # Nargo | ||
|
|
||
| `nargo` is a command line tool for interacting with Noir programs (e.g. compiling, proving, verifying and more). | ||
| Nargo is a command line tool for interacting with Noir programs (e.g. compiling, proving, verifying and more). | ||
|
|
||
| Alternatively, the interactions can also be performed in [TypeScript](typescript.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kobyhallx pointed out that this commit is slightly outdated. It will work on multiple systems however there was a fix for installing the wasm backend on windows that this commit is missing. The commit should be updated to
484d1f3e780010d04892490641de6a9d92ed805b. This is the most recent commit from this PR (noir-lang/acvm-backend-barretenberg#17)