From 231a50957f4318988f6c94116cb361fa2704a798 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 7 Mar 2023 19:33:09 -0500 Subject: [PATCH] Fix clone command of repositories --- GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 866340d..6603593 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -5,11 +5,11 @@ If git is not installed on the operating system, please install it now To retrieve the code from the repository on anhonesthost.net, run: -`clone https://repo.anhonesthost.net/rho_n/hpr_generator.git` +`git 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` +`git clone https://gitlab.com/roan.horning/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.