Skip to content
Daniel R. Grayson edited this page Jun 16, 2014 · 26 revisions

How to use git with Macaulay2

To get the source code of Macaulay2, one "clones" our git repository with one of the following shell commands:

  • git clone git@github.com:Macaulay2/M2
  • git clone https://github.com/Macaulay2/M2

The source code will appear in a directory called M2. Enter it with cd M2.

Clone this wiki locally