Skip to content

Commit

Permalink
Update other_install_methods.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Apr 1, 2024
1 parent cb6cb39 commit b5ce72c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/docs/getting_started/installation/other_install_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,10 @@ step 2: Follow the [Noirup instructions](#encouraged-installation-method-noirup)
## Uninstalling Nargo
### Noirup
If you installed Nargo with `noirup` or through directly downloading binaries, you can uninstall Nargo by removing the files in `~/.nargo`, `~/nargo`, and `~/noir_cache`. This ensures that all installed binaries, configurations, and cache related to Nargo are fully removed from your system.
If you installed Nargo with `noirup`, you can uninstall Nargo by removing the files in `~/.nargo`, `~/nargo`, and `~/noir_cache`. This ensures that all installed binaries, configurations, and cache related to Nargo are fully removed from your system.
```bash
rm -r ~/.nargo
rm -r ~/nargo
rm -r ~/noir_cache
```
### Nix
If you installed Nargo with Nix or compiled it from source, you can remove the binary located at `~/.nix-profile/bin/nargo`.
```bash
rm ~/.nix-profile/bin/nargo
```

0 comments on commit b5ce72c

Please sign in to comment.