Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 356 Bytes

README.markdown

File metadata and controls

18 lines (11 loc) · 356 Bytes

xmpp-client fork build instructions

git clone [email protected]:twstrike/xmpp-client.git
cd xmpp-client
direnv allow

ln -s /YourRepoPathOf/otr3 $GOPATH/src/github.com/twstrike/otr3

run test:

build otr3 if it's changed:

go install $GOPATH/src/github.com/twstrike/otr3

run all test in xmpp-client:

go test ./...