views:

24

answers:

2

How to install git only for installing plugins for rails from github?

A: 

You can also use the read-only subversion interface to check out the github stuff, as subversion could be more available for your system. As an example, for a project at http://github.com/einars/js-beautify you could check out it as

svn co http://svn.github.com/einars/js-beautify
Einar Lielmanis