From cf59a41edbec61ab28932140ede36ba3dd1310a4 Mon Sep 17 00:00:00 2001 From: Paul Juschitz <paul.juschitz@univie.ac.at> Date: Tue, 13 May 2025 14:37:03 +0200 Subject: [PATCH] added prerequisites section to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 98d93b5..34c6eb1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ Below, you will find the basic commands and steps to: For commands, use PowerShell on Windows or the terminal on macOS and linux. The directions come from the book [Pro Git](https://git-scm.com/book/en/v), 2nd edition (2014) and the [Gitlab documentation](https://docs.gitlab.com/). +## Prerequisites + +- Git installation + - **Windows:** download Git from the [official website](https://git-scm.com/downloads). + - **Linux and macOS** [install and/or update using your software manager.](https://docs.gitlab.com/topics/git/how_to_install_git/?tab=Ubuntu+Linux#install-and-update-git) +- **Github desktop app:** download and install from [Github.](https://github.com/apps/desktop) +- **Univie Gitlab access:** [Contact the Phaidra administrators](mailto:support.phaidra@univie.ac.at) with a message saying you'd like access to Gitlab. More information can be found on the [ZID's Gitlab information site](https://zid.univie.ac.at/en/gitlab/). + ## 1.: Initial configuration of your local git installation You will need to set your user name and email address. Every future commit you make is then linked to that identity. Open a terminal or PowerShell and run -- GitLab