Zenburn submodule
Closed this issue · 2 comments
jrhorn424 commented
Running =git submodule zenburn-emacs= from the root of the repo generates the following message:
jeffreyhorn@hook:~/.emacs.d 2011-01-05 13:54:11 git:master
>> git submodule zenburn-emacs
error: pathspec 'zenburn-emacs' did not match any file(s) known to git.
Did you forget to 'git add'?
Should I be checking out the submodule in a different way?
eschulte commented
all submodules in a repository are updated simultaneously with the following command run from the root of the starter kit directory.
git submodule init
git submodule update
jrhorn424 commented
Thanks again for helping a n00b! :-)
I did see those instruction on the website, but for some reason I thought they were submodule names... not commands!