X-Git-Url: https://git.bettercrypto.org/ach-master.git/blobdiff_plain/d84f6b4efd579c022c41d8d81f62118acf4bf9f7..4533ffb3a8e30bbb5156c16578eb2fe6a4b04c04:/README.md diff --git a/README.md b/README.md index 0f3ca9f..2ef0db5 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,38 @@ -HOW TO USE THIS -=============== +# HOW TO USE THIS +----------------- -Anonymous (read-only) git cloning:: +## git.bettercrypto.org +Anonymous (read-only) git cloning: - $ git clone https://git.bettercrypto.org/ach-master.git +` $ git clone https://git.bettercrypto.org/ach-master.git` -As a registered user:: +As a registered user: - $ git clone https://@git.bettercrypto.org/ach-master.git + `$ git clone https://@git.bettercrypto.org/ach-master.git` -where is your username on the server. Ask for write permissions if you need them. +Where `` is your username on the server. Ask for write permissions if you need them. Committing changes you made (from within repo-directory):: - $ git commit -a - $ git push origin master +``` +$ git commit -a +$ git push origin master +``` -Receive latest updates for a previously cloned repository (from within repo-directory):: - $ git pull +Receive latest updates for a previously cloned repository (from within repo-directory):: + `$ git pull` +## GitHub +Fork and issue pull requests. Those will be reviewed and if accepted pushed to the main repository hosted on git.bettercrypto.org. -IMPORTANT -========= +# IMPORTANT +----------- -If you reviewed the document and/or made some changes, please please add your name to the reviewers.tex file (the list of names is sorted alphabetically by last name). +If you reviewed the document and/or made some changes, please please add your name to the `reviewers.tex` file (the list of names is sorted alphabetically by last name). Please also read the FAQ!!