Skip to content

Commit

Permalink
docs(readme): update command-line arguments section
Browse files Browse the repository at this point in the history
  • Loading branch information
conanthedev committed Apr 8, 2024
1 parent 908da0e commit f7e0f3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,18 @@ dotnet tool uninstall --global vertiq.btool

## Usage

Running `b` without any parameters will locate and execute the build script in its default mode.

```shell
b
```

All command-line arguments are passed to the build script.

```shell
b --configuration=Release --platform=x64
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 comments on commit f7e0f3f

Please sign in to comment.