Skip to content

Commit

Permalink
Fixed README file: cloning read only repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondmarc committed Jan 26, 2012
1 parent a78ebfd commit dc303dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Using the Pathogen plugin:
(http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/)

From your ~/.vim directory:
git submodule add git@github.com:beyondmarc/opengl.vim.git bundle/syntax_opengl
git submodule add git://github.com/beyondmarc/opengl.vim.git bundle/syntax_opengl

Add a hard link to your ~/.vim/after/syntax/cpp
ln bundle/syntax_opengl/syntax/opengl.vim after/syntax/cpp
Expand Down

0 comments on commit dc303dd

Please sign in to comment.