This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2014:cprog:projects:pipemath [2014/09/29 21:59] – [Project] wedge | haas:fall2014:cprog:projects:pipemath [2014/09/29 22:02] (current) – [Step 3: clone the repository] wedge | ||
---|---|---|---|
Line 55: | Line 55: | ||
lab46: | lab46: | ||
</ | </ | ||
+ | |||
+ | Should the above box scroll, here is the line outside a cli tag: | ||
+ | * hg clone < | ||
+ | * there are 3 spaces, separating 4 arguments: | ||
+ | * hg - the command | ||
+ | * clone - the action we wish hg to perform | ||
+ | * url - the location of the repository we wish for hg to clone | ||
+ | * destination - a new directory, called pipemath, in our current directory | ||
This will be followed by output (requiring you to authenticate with your lab46 username and password) resembling the following: | This will be followed by output (requiring you to authenticate with your lab46 username and password) resembling the following: |