diff --git a/HowTo-gitea.adoc b/HowTo-gitea.adoc index 7fed215..2d9b8ec 100644 --- a/HowTo-gitea.adoc +++ b/HowTo-gitea.adoc @@ -68,7 +68,7 @@ image::./repo-1.png[SwarmLab New Repository ] ==== step 2 -.Create New Repositor +.Create New Repository image::./repo-2.png[SwarmLab New Repository ] @@ -92,6 +92,14 @@ image::./repo-clone-1.png[SwarmLab git clone ] git clone paste-url-here ---- +.Install Git +[source.bash] +---- +sudo apt update +sudo apt install git + +---- + .git error [NOTE] ==== @@ -101,13 +109,6 @@ Try again!!! ==== -.Install Git -[source.bash] ----- -sudo apt update -sudo apt install git - ----- == workflow