Skip to content

Commit

Permalink
Update versioned_docs/version-1.3.0-beta.1/installation.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
TerryHowe authored Jan 8, 2025
1 parent 1c70bac commit b4d20db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3.0-beta.1/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ snap install oras --classic

Install ORAS from the latest [release artifacts](https://github.com/oras-project/oras/releases):

In most cases, you can determine operating system and architecture using `uname`:
You can determine operating system and architecture using `uname` for most operating systems other than Windows (PowerShell):

Check failure on line 30 in versioned_docs/version-1.3.0-beta.1/installation.mdx

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'powershell' instead of 'PowerShell'. Raw Output: {"message": "[Vale.Terms] Use 'powershell' instead of 'PowerShell'.", "location": {"path": "versioned_docs/version-1.3.0-beta.1/installation.mdx", "range": {"start": {"line": 30, "column": 114}}}, "severity": "ERROR"}

```bash
OS="$(uname -s | tr A-Z a-z)"
Expand Down

0 comments on commit b4d20db

Please sign in to comment.