Git quick start guide.
The ACL2 GitHub repository contains the ``bleeding edge'' ACL2 source code and community-books, available between ACL2 releases.
Here we provide minimal instructions for working with the ACL2 GitHub repo. Many git tutorials are available elsewhere on the web (e.g., at GitHub).
Start by obtaining the ACL2 GitHub repository (this command makes a
directory called
git clone https://github.com/acl2/acl2
Later, to update your copy to get the latest changes:
cd acl2 git pull
Once you have ACL2, you will probably want to certify some books (see books-certification).