Sandeep
Sandeep

Reputation: 288

how to download source code from code.google.com

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

Answers (1)

joshuahealy
joshuahealy

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

Related Questions