From 82d761bf68d40de56b6a85db84e1b216e8ea53fb Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 7 Mar 2023 18:53:03 -0500 Subject: [PATCH] Update Clone the Repository section Add reference to the gitlab.com mirror repository. --- GETTING_STARTED.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 0eedf6a..5a7583a 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -1,13 +1,16 @@ # Clone the repository -If you do not have git installed on your system. Please install it now +If git is not installed on the operating system, please install it now (see the git documentation for [instructions on installing git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)). -To retrieve the code from the repository on anhonesthost.net run: +To retrieve the code from the repository on anhonesthost.net, run: + +`clone https://repo.anhonesthost.net/rho_n/hpr_generator.git` + +To retrieve the code from the repository on gitlab.com, run: + +`https://gitlab.com/roan.horning/hpr_generator.git` -``` -clone https://repo.anhonesthost.net/rho_n/hpr_generator.git -``` On success, an "hpr_generator" directory will be created in the folder from which the clone command was executed containing a local copy of the git repository.