Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated zig fetch command to utilize the proper version flag
  • Loading branch information
BitlyTwiser authored Sep 24, 2024
1 parent 42a5481 commit c6a11a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Zdotenv is a simple .env parser and a port of godotenv and ruby dotenv, but with
### Usage:
Add zdotenv to your zig project:
```
zig fetch --save https://github.com/BitlyTwiser/zdotenv/archive/refs/tags/0.1.0.tar.gz
zig fetch --save https://github.com/BitlyTwiser/zdotenv/archive/refs/tags/v0.1.0.tar.gz
```

Add to build file:
Expand Down

0 comments on commit c6a11a3

Please sign in to comment.