3 ## git.bettercrypto.org
4 Anonymous (read-only) git cloning:
6 ` $ git clone https://git.bettercrypto.org/ach-master.git`
11 `$ git clone https://<myuser>@git.bettercrypto.org/ach-master.git`
13 Where `<myuser>` is your username on the server. Ask for write permissions if you need them.
16 Committing changes you made (from within repo-directory):
21 $ git push origin master
25 Receive latest updates for a previously cloned repository (from within repo-directory):
30 Fork and issue pull requests. Those will be reviewed and if accepted pushed to the main repository hosted on git.bettercrypto.org.
33 MacTeX misses `mweights.sty` and may cause a compile error.
36 sudo tlmgr install mweights
41 If you reviewed the document and/or made some changes, please add your name to `src/acknowledgements.tex` (the list of names is sorted alphabetically by last name).
43 Please also read the [FAQ](FAQ.md)!!