From f0d35382a432f22d874c63c1ed23690ba21268ef Mon Sep 17 00:00:00 2001 From: jany Date: Wed, 8 Oct 2025 11:29:30 +0200 Subject: [PATCH] Updated README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1f87fd..d40392e1 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -This is the project repository for th MLP course +This is the project repository for the MLP course + +To get started, clone the repository: +git clone https://gitea.jany.se/Jany/MLPproject.git + +To pull updates use: +git pull + +To push your updates to the repository use: +git push + +To save your login credentials locally use: +git config --global credential.helper store