LapisBlue / Pore

(Archive, not actively maintained) Run existing Bukkit plugins on Sponge natively
https://docs.lapis.blue/pore/
Other
61 stars 23 forks source link

Update README to remove initializing submodule #3

Closed Aaron1011 closed 9 years ago

Aaron1011 commented 9 years ago

When cloning a repository, it's possible to automatically initialize submodules by using git clone --recursive.

This PR updates the README to use this, removing one step.

stephan-gh commented 9 years ago

Oh! That's cool. However, we are using the Sponge Maven repository now so initializing submodules is no longer necessary. (See https://github.com/LapisBlue/Pore/commit/91042860ed64a18435f4b5d35abc334f087e638a)

stephan-gh commented 9 years ago

Thanks