Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham authored Sep 12, 2024
1 parent 0cc0720 commit 0235adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@ Use `clean` to remove build artifacts (Good if you're on Windows).
## Set Version Map Source

```sh
vmu "https://validurl.local/vmu.json" # Change the source ZVM pulls Zig release information from. Good for self-hosted Zig CDNs.
zvm vmu "https://validurl.local/vmu.json" # Change the source ZVM pulls Zig release information from. Good for self-hosted Zig CDNs.
# ZVM only supports schemas that match the offical version map schema.
# Run `vmu default` to reset your version map.

vmu default # Resets back to default Zig releases.
vmu mach # Sets ZVM to pull from Mach nominated Zig.
zvm vmu default # Resets back to default Zig releases.
zvm vmu mach # Sets ZVM to pull from Mach nominated Zig.
```

## Print program help
Expand Down

0 comments on commit 0235adb

Please sign in to comment.