Skip to content

Release v0.0.2

Compare
Choose a tag to compare
@18alantom 18alantom released this 16 Jun 13:01
· 73 commits to master since this release
┌─────┐  ┌─────┐  ┌─┐ ┌─┐
│ ┌───┘  │ ┌───┘  │ │ │ │
│ └───┐  │ └───┐  └─┼─┼─┘
│ ┌───┘  │ ┌───┘  ┌─┼─┼─┐
│ │      │ └───┐  │ │ │ │
└─┘      └─────┘  └─┘ └─┘

Second fex release, v0.0.2

📦 Install

Run the following bash one-liner:

curl -fsSL https://raw.githubusercontent.com/18alantom/fex/master/install.sh -o install.sh && bash install.sh

Warning

On macOS, since signing hasn't been set up yet, it will complain about being unable to check if it malicious software.
To bypass this, follow these macOS User Guide steps.

👛 Changes

Adds the --version flag.

A release for such a trivial change?

It was needed in the install.sh script.