variational-surface-cutting icon indicating copy to clipboard operation
variational-surface-cutting copied to clipboard

Simplify git command

Open alecjacobson opened this issue 6 years ago • 0 comments

You should be able to replace

git clone https://github.com/nmwsharp/variational-surface-cutting.git
cd variational-surface-cutting/ && git submodule update --init --recursive

with

git clone --recursive https://github.com/nmwsharp/variational-surface-cutting.git
cd variational-surface-cutting/ 

alecjacobson avatar Feb 11 '19 15:02 alecjacobson