NYAGOS - The Nihongo Yet Another GOing Shell .

English / Japanese

Build .

Git, Go 1.20.14 or later and GNU Make are required

git clone https://github.com/nyaosorg/nyagos
cd nyagos
make

If you do not have GNU Make,

git clone https://github.com/nyaosorg/nyagos
cd nyagos

(for Windows)
go build

(for Linux)
CGO_ENABLED=0 go build

When you do not use Makefile, the displayed version do not contain the git commit hash.