whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

gx import: add example to CLI help. #113

Closed hsanjuan closed 7 years ago

hsanjuan commented 8 years ago

The first time I used import I had to lookup the gx readme to figure out how to actully use it. It was not clear if it expects:

whyrusleeping commented 8 years ago

Also valid are github paths, you can do:

gx import github.com/libp2p/go-libp2p-kad-dht

This will use the latest ipfs hash in the repos .gx/lastpubver

hsanjuan commented 7 years ago

Sorry for not getting back earlier @whyrusleeping . Does this look better?