ClojureBridge / curriculum

Curriculum for the ClojureBridge workshop series.
https://clojurebridge.github.io/curriculum/
482 stars 199 forks source link

Add setup instructions for installing git. #92

Closed mtnygard closed 10 years ago

mtnygard commented 10 years ago

At least on Mac OS 10.8, git is not installed by default. The student needs to install it as part of setup. Probably the easiest path to done is downloading from git-scm.org.

mtnygard commented 10 years ago

Scratch my previous advice to download rom git-scm.org. For some reason the 1.9.3 download was broken. (It threw dynamic linker errors when executed.)

Homebrew may be the best option for Mac at this time.

davidchambers commented 10 years ago

While using a package manager (either Homebrew or MacPorts) is the Right Thing™, it does increase the scope of the task. I favour linking to git-scm.com as suggested originally. Also, 2.0.0 is now available, so the issue mentioned above with the 1.9.3 release (hopefully) does not apply.

bridgethillyer commented 10 years ago

I agree that linking to git-scm.com is the way to go here.