From 3fc71be58872023faa44f2e5edb4877355b7bf3c Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Mon, 11 Nov 2019 01:00:17 +0100 Subject: [PATCH] Update subject to make it easier --- subjects/introduction.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/introduction.en.md b/subjects/introduction.en.md index e7883280..d0989ee6 100644 --- a/subjects/introduction.en.md +++ b/subjects/introduction.en.md @@ -4,7 +4,7 @@ #### 1- get-ready -Create in your `git account` the repository named `piscine-go`. +Create in your [Gitea](https://git.01.alem.school) account the repository named `piscine-go`. This repository will be the folder where all the exercices must be uploaded. @@ -62,8 +62,8 @@ After that the `hello.sh` is executing correctly, it needs to be uploaded to the 1. `git add hello.sh` 2. `git commit -m "My very first commit"` -3. `git push origin master` +3. `git push` -Once these steps are applied, the file can now be submitted for grading on the platform by clicking on the `submit` button. +Once these steps are applied, the file can now be submitted for grading on the platform by clicking on the "RUN INTRODUCTION TEST..." button. This action will run the tests on your submitted `hello.sh` file.