Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 10 May 06:39
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.6.2
932feac

OeditusCredo Release 0.6.2

Installation

Escript (standalone executable):

curl -L https://github.com/Oeditus/oeditus_credo/releases/download/v0.6.2/oeditus_credo -o oeditus_credo
chmod +x oeditus_credo
sudo mv oeditus_credo /usr/local/bin/

Hex Archive (Mix task):

mix archive.install https://github.com/Oeditus/oeditus_credo/releases/download/v0.6.2/oeditus_credo-0.6.2.ez

From Hex.pm:

mix archive.install hex oeditus_credo

Checksums

Verify your downloads:

sha256sum -c oeditus_credo.sha256
sha256sum -c oeditus_credo-archive.sha256

See STANDALONE.md for detailed usage instructions.