From c42e473d582e4f7082bf42ef9b2ff0c691d23f66 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Thu, 30 May 2024 08:59:26 +0000 Subject: [PATCH] doc: update snap install command Signed-off-by: Billy Zha --- docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.mdx b/docs/installation.mdx index 957c123a..3ae07ee9 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -20,7 +20,7 @@ brew install oras Install `oras` using [Snap](https://snapcraft.io/store): ```bash -snap install oras +snap install oras --classic ``` ## Release artifacts