Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 556 Bytes

lvm superproject v0.2.4

Deprecated: this product was meant for developemnt and is generally deprecated. Use at your own risk.

lvm package overview

Notes

clone with all lvm packages

git clone --recurse-submodules -j8 --remote-submodules https://github.com/sdss/lvm.git

For already cloned repos, or older Git versions, use:

git clone https://github.com/sdss/lvm.git
cd lvm
git submodule update --init --recursive --remote

update

git submodule update --remote