Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 480 Bytes

File metadata and controls

33 lines (21 loc) · 480 Bytes

Rallets-cli

This project is based on go-shadowsocks2

Development

Install golang

Checkout Official doc

Clone repo

mkdir -p ~/go/src
cd ~/go/src
git clone https://github.com/rallets-network/rallets-cli

Install dependencies

cd ~/go/src/rallets-cli
go get ./...

Building

go build rallets-cli

Output binary will be placed in ~/go/bin