From b4d20dbff1d72d370c87bd42fce425a5c3fbe240 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 8 Jan 2025 07:26:50 -0700 Subject: [PATCH] Update versioned_docs/version-1.3.0-beta.1/installation.mdx Signed-off-by: Terry Howe --- versioned_docs/version-1.3.0-beta.1/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-1.3.0-beta.1/installation.mdx b/versioned_docs/version-1.3.0-beta.1/installation.mdx index 749601c4..69c7c071 100644 --- a/versioned_docs/version-1.3.0-beta.1/installation.mdx +++ b/versioned_docs/version-1.3.0-beta.1/installation.mdx @@ -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): ```bash OS="$(uname -s | tr A-Z a-z)"