diff --git a/README.md b/README.md index 96db064dc46e817350f411516e97651aec6d2d3d..7bb3d827d02baa334bae5a31864880ebfc96387c 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,14 @@ Besides all the contributors to the original BJCP document we would like to than apt install make curl libxml2-utils xsltproc ``` (Sorry, I have no clue what to do on Windows systems.) -- Download and unarchive this project: +- Clone the GitHub repository to your local system: ``` - git clone https://gitlab.ibr.cs.tu-bs.de/steinb/bjcp-2015-styleguide.git + git clone https://github.com/frsteinb/bjcp-2015-styleguide.git + ``` + or + ``` + git clone git@github.com:frsteinb/bjcp-2015-styleguide.git ``` - [TBD: move to a real public repo server.] - ``` cd bjcp-2015-styleguide ``` @@ -76,7 +79,12 @@ Besides all the contributors to the original BJCP document we would like to than ``` - Note: We aim for a real translation. Even if you are convinced that adding details or rephrasing sections would make sense, please don't do that! (Maybe, we should establish a way to take notes in such cases. Let's discuss this, if you feel a real need.) - Take care for a consistent wording of all subject matter specific terms throughout the whole styleguide. -- To supply your work back upstream to the repository, ...[TBD] +- To supply your work back upstream to the repository you need write access, please talk to the project maintainers. Then, use Git as usual (we cannot supply a Git here, but in general do something like...): + ``` + git add de/*.xml + git commit -a + git push + ``` ## Contact