Skip to content

Files

Latest commit

author
Rallets
May 3, 2017
c8c8957 · May 3, 2017

History

History
33 lines (21 loc) · 480 Bytes

README.md

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