Prechádzať zdrojové kódy

zip instructions using git

Former-commit-id: b064684395e0c24bc327f9b555e25d0142a68f5d
Alec Jacobson 11 rokov pred
rodič
commit
ba809a6726
1 zmenil súbory, kde vykonal 4 pridanie a 5 odobranie
  1. 4 5
      README.md

+ 4 - 5
README.md

@@ -184,12 +184,11 @@ style_guidelines.html
 See `LICENSE.txt`
 
 ## Zipping ##
-Zip this directory without .hg litter using:
+Zip this directory without .git litter and binaries using:
 
-    make clean
-    zip -9 -r --exclude=@exclude.lst  libigl.zip ../libigl
+    git archive —prefix=libigl/ -o libigl.zip master
 
 ## Contact ##
 libigl is a group endeavor led by Alec Jacobson and Daniele Panozzo. Please
-contact [alecjacobson@gmail.com](mailto:alecjacobson@gmail.com) if you have questions or comments. We are happy
-to get feedback! Enjoy!
+contact [alecjacobson@gmail.com](mailto:alecjacobson@gmail.com) if you have
+questions or comments. We are happy to get feedback! Enjoy!