Reputation: 288
I need to download the source code of a project that is on code.google.com I'm unable to execute the command given in the checkout section. How do I do it? This is the command to be executed in command prompt.
hg clone https://code.google.com/p/gpspeedo/
Upvotes: 1
Views: 1205
Reputation: 3569
hg
is the mercurial command. You'll need to have mercurial installed to do this.
Take a look here for information on mercurial
Upvotes: 7