Install age

At first, you need install age into your machine.

Patterns

You can age by some approach.

Get built binary

You can download and use from GitHub Releases.

Todo

Write recommend installation.

curl -L https://github.com/attakei/age/releases/download/v0.9.0/age-v0.9.0_macos_arm64.zip | bsdtar x -
chmod +x age-v0.9.0/age
cp age-v0.9.0/age /path/to/bin/
curl -L https://github.com/attakei/age/releases/download/v0.9.0/age-v0.9.0_linux_x86-64.zip | bsdtar x -
chmod +x age-v0.9.0/age
cp age-v0.9.0/age /path/to/bin/

Using Nimble

Todo

This is only plan yet.

You can install by nimble install command, if you are user or developer of Nim-lang and there is Nim environment on your machine.

This is suitable for:

  • Want to manage cargo-driven files on single workspace.

  • Want to use with latest source.

nimble install [email protected]

When you want to install other version

Todo

Write later.

After install

Please try running age command to check installed rightly.

age --version

When console displays version-text, Installation is successfully!!