Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update alternative nargo installation methods from noirup (noi…
…r-lang#4246) # Description This update addresses the need for alternative installation methods for Nargo, focusing on the use of `noirup` as the preferred approach. The existing documentation outlined outdated methods, which did not reflect the current recommendations for installing Nargo via `noirup`. This was documented in GitHub Issues noir-lang#3196 and noir-lang#4055, highlighting the need for documentation that accurately reflects the preferred binary fetching and source compiling options provided by `noirup`. ## Problem\* Resolves noir-lang#4055 ## Summary\* This Pull Request updates the Alternative Install Methods documentation for Nargo to highlight noirup as the encouraged method for installation. It revises the guide to focus on using noirup for fetching binaries or compiling from source, offering detailed instructions for each scenario, including nightly builds, specific versions, branches, forks, pull requests, commits, and local directories. It also marks the previously recommended methods (manual binary downloads and Nix compilation) as no longer encouraged, directing users towards the more streamlined noirup approach. ## Additional Context The move to noirup simplifies installation process thus helping users better manage their nargo setup. This PR aims at ensuring users are pointed to most current and efficient installation procedures towards enhancing Noir development tools experience. ## Documentation\* Check one: - [ ] No documentation needed. - [ x ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ x ] I have tested the changes locally. - [ x ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --------- Co-authored-by: kevaundray <[email protected]>
- Loading branch information