Installation
Currently, you can install edlang by using edb
, you can download the latest version here: releases
Note: The url here may be outdated.
wget https://github.com/edg-l/edlang/releases/download/v0.0.1-alpha.17/edb
chmod +x ./edb
mv edb /usr/local/bin/
Or you can install it from source:
cargo install --git https://github.com/edg-l/edlang edb