Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.32k stars 851 forks source link

Installation instructions for Mac OS X branch results in fatal git error #139

Closed ShenZhouHong closed 10 years ago

ShenZhouHong commented 10 years ago

Running: Macbook Pro Retina 15" Late 2013 OS X 10.9.5 (13F34)

While attempting: git checkout osx

In accordance to: https://github.com/Swordfish90/cool-retro-term/tree/osx

Results in: fatal: Not a git repository (or any of the parent directories): .git

ShenZhouHong commented 10 years ago

Solution: Before attempting: git checkout osx

Do: cd cool-old-term/

Result: Branch osx set up to track remote branch osx from origin.

Error Analysis: Apparently I don't know how to use git properly. Suggest update instructions to include "cd into directory"