Skip to content

Red Editor v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:09
· 39 commits to master since this release
c3260e4

0.1.1

Bug Fixes

  • ci: Normalize release checks across platforms (571cf5c)
  • release: Make packaged runtime self-contained (3c2c5e3)

Installation

Homebrew

brew install codersauce/tap/red

macOS

curl -L https://github.com/codersauce/red/releases/download/v0.1.1/red-aarch64-apple-darwin.tar.gz | tar xz
chmod +x red
sudo mv red /usr/local/bin/

Linux

curl -L https://github.com/codersauce/red/releases/download/v0.1.1/red-x86_64-unknown-linux-gnu.tar.gz | tar xz
chmod +x red
sudo mv red /usr/local/bin/

Windows

Download red-x86_64-pc-windows-msvc.zip, extract red.exe, and place it in a directory on your PATH.

Checksums

Download SHA256SUMS.txt from this release to verify archives.

Full Changelog

v0.1.0...v0.1.1