diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,8 +6,10 @@ To get started: ``` -npm install --global gittorrent +sudo npm install --global gittorrent ``` +(You can avoid `sudo` if you place the gittorrent binaries in your `$PATH`.) + After that, you can clone a repo with: ``` git clone gittorrent://github.com/someuser/somerepo |
