From 41086d51bb3132d3a9bf4034d5ae9105331469b6 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Mon, 16 May 2022 20:15:44 +0100 Subject: [PATCH] Update README.md updating the gitea link --- subjects/hello-there/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/hello-there/README.md b/subjects/hello-there/README.md index fff65f46..28427a37 100644 --- a/subjects/hello-there/README.md +++ b/subjects/hello-there/README.md @@ -88,7 +88,7 @@ executed. ### Instructions Once you have installed and configured the necessary tools, -create in your [Gitea]() account the repository named `((ROOT))` with a `hello-there.js` +create in your [Gitea]() account the repository named `((ROOT))` with a `hello-there.js` JS file that is a program that displays: - the exact text `Hello There !` - any `Number` @@ -99,7 +99,7 @@ In order to work in your repository and put files in it, you need to clone it fi If your username was `choumi` this is the command that will need to be used: ``` -git clone https://git.((DOMAIN))/choumi/((ROOT)).git +git clone https://((DOMAIN))/git/choumi/((ROOT)).git ``` To execute it, open a Unix shell (e.g. Git Bash on Windows), you are going to type commands in it. This command needs to be adapted with **your own username**.