Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 541 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 541 Bytes

goshare

What is goshare?

this is a simple file transmission tool.

install

go install https://github.com/CodeCrafters-Community/goshare@latest

use

add you <$GOPATH/bin> to env

macos

echo "export PATH=$GOPATH/bin:$PATH:." >> ~/.bash_profile && source ~/.bash_profile

windows and linux

Refer to macos

run

goshare
goshare --help

update

rm $GOPATH/bin/goshare
go install https://github.com/CodeCrafters-Community/goshare@latest