Skip to content

Installation

wancom edited this page Nov 23, 2022 · 2 revisions

Build

# Download source code
git clone https://github.com/uoanlab/shenc.git
cd shenc

# Build shenc
go build -o shenc main.go

# Move binary to dir which is in $PATH
# i.e. mac/linux
mv shenc /usr/local/bin/

Clone this wiki locally