Install the notation CLI
Download and install the CLI for Linux
Homebrew
Download the latest stable release of the notation CLI
on Linux using Homebrew:
Binary download
Download the latest stable release of the notation CLI binary for Linux and checksum file, then verify the integrity of the download.
Set the NOTATION_VERSION
environment variable to the version of notation you want to download. The latest version is 1.0.1
.
For ARM processors:
For x86 processors:
Confirm the shasum
command succeeds for the archive file you downloaded. For example, the following shows a successful checksum verification for the notation_1.0.1_linux_arm64.tar.gz
archive file:
Expand the archive file directly into /usr/bin/
:
Alternatively, you can expand the archive file to a different directory and add it to your path. For example, the following command expands the archive file to <EXAMPLE_PATH>/notation-cli/
and adds it to your path using the PATH
variable in ~/.bashrc
.
Download and install the CLI for macOS
Homebrew
Download the latest stable release of the notation CLI
on macOS using Homebrew:
Binary download
Download the latest stable release of the notation CLI binary for macOS and checksum file, then verify the integrity of the download.
Set the NOTATION_VERSION
environment variable to the version of notation you want to download. The latest version is 1.0.1
.
For Apple Silicon processors:
For Intel processors:
Confirm the shasum
command succeeds for the archive file you downloaded. For example, the following shows a successful checksum verification for the notation_1.0.1_darwin_amd64.tar.gz
archive file:
Expand the archive file directly into /usr/local/bin
:
Alternatively, you can expand the archive file to a different directory and add it to your path. For example, the following command expands the archive file to <EXAMPLE_PATH>/notation-cli/
and adds it to your path using the PATH
variable in ~/.zshhrc
.
Download and install the CLI for Windows
WinGet
Download the latest stable release of the notation CLI
on Windows using WinGet (Windows package manager):
.exe download
Download the latest stable release of the notation CLI binary for Windows and checksum file:
Use the Get-FileHash command in powershell to generate the hash of the archive file.
Compare the results of the command with the value in the checksum file. The two values should match.
Expand the archive file and add notation.exe
to %ProgramFiles%/notation/bin
Alternatively, you can expand the archive file to a different directory and add it to your path.
Additional configuration
Important
notation
automatically creates the NOTATION_CONFIG
directory if it does not exist.
For more on the NOTATION_CONFIG
directory and configuring your environment with notation
see: