Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jul 27, 2024
1 parent 483fdb4 commit f9cae97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup OVR Platform Util

A GitHub Action to setup the [ovr platform utility tool](https://developer.oculus.com/resources/publish-reference-platform-command-line-utility/)
A GitHub Action to setup the [`ovr-platform-utility`](https://developer.oculus.com/resources/publish-reference-platform-command-line-utility/) tool command alias.

## How to use

Expand All @@ -15,8 +15,11 @@ jobs:
steps:
# download and setup ovr platform util
- uses: RageAgainstThePixel/setup-ovr-platform-util@v1

# run commands
- run: 'ovr-platform-util version'
shell: pwsh
```
## Related actions
- [upload-meta-quest-build](https://github.com/RageAgainstThePixel/upload-meta-quest-build)

0 comments on commit f9cae97

Please sign in to comment.