whyrusleeping / gx

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

Final "installation of go-ipfs complete" unclear #97

Open ghost opened 8 years ago

ghost commented 8 years ago

Apart from the dependencies, gx also prints success for the top level package, which isn't actually being installed. For example:

$ make deps
bin/gx-v0.9.0 --verbose install --global
installing package: go-ipfs-0.4.4-dev
[snip]
installing package: go-libp2p-loggables-1.0.11
successfully found all deps for go-libp2p-loggables
installation of go-libp2p-loggables complete!
installation of go-ipfs complete!

I had to double-check that I ran make deps and not make install :)

whyrusleeping commented 8 years ago

@lgierth oh... good point.. Any idea on how to phrase this better?