Hacker News new | ask | show | jobs
by cjbprime 4040 days ago
How about "sudo npm install -g gittorrent"? It looks like the git-remote-gittorrent binary isn't ending up in your $PATH.
1 comments

Or without polluting global namespace:

export PATH="$PATH:$HOME/node_modules/.bin"