Skip to content

Commit

Permalink
update installation guide with some notes
Browse files Browse the repository at this point in the history
Signed-off-by: Feynman Zhou <[email protected]>
  • Loading branch information
FeynmanZhou committed Dec 6, 2024
1 parent 9cd991a commit d9aadf0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions versioned_docs/version-1.2/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ rm -rf oras_${VERSION}_*.tar.gz oras-install/
:::note

If you want to install ORAS on an Intel-based Mac, you can download it from `https://github.com/oras-project/oras/releases/download/v1.2.1/oras_1.2.1_darwin_amd64.tar.gz`.
ORAS on Homebrew is not maintained by the ORAS community, so it may not be the latest version.

:::

Expand Down Expand Up @@ -128,6 +129,12 @@ You can use ORAS CLI on these two operating system out of the box:
- [Ubuntu 20.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md#cli-tools)
- [Ubuntu 22.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#cli-tools)

:::note

ORAS on runner images is not maintained by the ORAS community, so it may not be the latest version.

:::

## Nix

Nix is a tool that takes a unique approach to package management and system configuration.
Expand All @@ -148,6 +155,12 @@ You can install oras using the following command:
nix-env -iA nixpkgs.oras
```

:::note

ORAS on Nix is not maintained by the ORAS community, so it may not be the latest version.

:::

## Verify

```shell
Expand Down

0 comments on commit d9aadf0

Please sign in to comment.