Skip to content

Commit

Permalink
Merge pull request #13 from rushvora/master
Browse files Browse the repository at this point in the history
Fixed non-working git clone command
  • Loading branch information
jasonkarns authored Feb 19, 2023
2 parents 9662688 + 7d1b03c commit fb72a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This plugin was forked from
Installing nodenv-npm-migrate as a nodenv plugin will give you access to the
`nodenv migrate` command.

$ git clone git://github.com/nodenv/nodenv-npm-migrate.git "$(nodenv root)/plugins/nodenv-npm-migrate"
$ git clone git@github.com:nodenv/nodenv-npm-migrate.git "$(nodenv root)/plugins/nodenv-npm-migrate"

This will install the latest development version of nodenv-npm-migrate into
the `$(nodenv root)/plugins/nodenv-npm-migrate` directory. From that directory, you
Expand Down

0 comments on commit fb72a9e

Please sign in to comment.