Skip to content

Commit

Permalink
Better README
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Oct 11, 2024
1 parent 308564b commit f486510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ the `make build` command with the `PLATFORMS` variable set to the desired platfo

### Tasks

- `make build` - Will build for all supported platforms
- `make build PLATFORMS=linux/amd64,darwin/arm64` - Will build for specific platforms
- `make update` - Will update the TagLib version in the `.version` file. After updating, you should build locally to
ensure everything is working, and then commit and push the changes.
- `make build` - Build for all supported platforms
- `make build PLATFORMS=linux/amd64,darwin/arm64` - Build for specific platforms
- `make update` - Update the TagLib version in the `.version` file. After updating, you should build locally to
ensure everything is working, and then commit and push the changed `.version` file.

### Release

Expand Down

0 comments on commit f486510

Please sign in to comment.