install instructions don't seem to be relevant anymore
Closed this issue · 1 comments
ralyodio commented
I cannot find 'package control' when I type 'pci'.
Nor does that directory exist for manual method.
(mac 10.8.2/ submlime 2.0.2)
MattDMo commented
Do you have Package Control installed? That's probably why the menu option isn't showing up when you search for it.
Your ~/Library
directory is hidden by default on OSX, so you can either navigate there via Terminal, or by Option-clicking on the Go
menu in Finder:
In Terminal, enter these commands to manually clone the github repository:
cd "~/Library/Application Support/Sublime Text 2/Packages/"
git clone git://github.com/MattDMo/Neon-sublime-theme.git "Neon Color Scheme"
You'll need to have git
installed to run that last command, of course.
Please let me know if either option worked for you, or if you're still having trouble. Thanks for using Neon!
Matt