Fix clone command of repositories

This commit is contained in:
Roan Horning 2023-03-07 19:33:09 -05:00
parent bdc28d21c4
commit 231a50957f
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -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: 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: 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 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. which the clone command was executed containing a local copy of the git repository.