In your spludo-workspace directory just type:

$ git clone git://github.com/DracoBlue/spludo.git

If you want to checkout a latest version of major versions branch (for instance v1.0) you may use the following commands instead:

$ git clone git://github.com/DracoBlue/spludo.git spludo-v1.0
$ cd spludo-v1.0
$ git checkout --track -b v1.0 origin/v1.0

This allows you to use multiple different versions of spludo on the same node installation.

In this case you will have to use spludo-v1.0/spludo-gen instead of spludo-gen in the application creation process. This will stick your application to this specific spludo version.

Comments