Skip to content

How to Install

Jaeyong Sung edited this page Mar 23, 2020 · 11 revisions

Brew

brew install buttercrab/tools/hyeong

Cargo

cargo install hyeong

Docker

docker run -it buttercrab/hyeong /bin/bash

Then, hyeong to execute.

Download Binary

Go to latest release to download.

Build from source

Followings doesn't need to execute hyeong install

Script file

  1. Windows
curl "https://raw.githubusercontent.com/buttercrab/hyeo-ung-lang/master/install_hyeong.cmd" | cmd
  1. Mac, Linux
bash <(curl "https://raw.githubusercontent.com/buttercrab/hyeo-ung-lang/master/install_hyeong.sh")

Make

git clone https://github.com/buttercrab/hyeo-ung-lang.git
cd hyeo-ung-lang
make install

Add to your PATH to use.

Uninstall

First,

hyeong uninstall

Then if brew,

brew uninstall hyeong
Clone this wiki locally