Skip to content

Commit 48d0c12

Browse files
authored
update clone urls INSTALL.md
1 parent a5b8fe6 commit 48d0c12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The rest of this document assumes you want to install with CMake and you already
2525
### Acquiring the Source Code
2626

2727
```console
28-
git clone https://gitlab.pnnl.gov/exasgd/frameworks/exago.git
29-
28+
git clone [https://gitlab.pnnl.gov/exasgd/frameworks/exago.git
29+
](https://github.com/pnnl/ExaGO.git)
3030
# Or if you have SSH keys set up:
31-
git clone ssh://git@gitlab.pnnl.gov:2222/exasgd/frameworks/exago.git
31+
git clone git@github.com:pnnl/ExaGO.git
3232
```
3333

3434
### Dependencies
@@ -85,7 +85,7 @@ If you are using the HiOp solver, HiOp must be built with the same RAJA and Umpi
8585
### CMake Workflow
8686

8787
```console
88-
git clone ssh://git@gitlab.pnnl.gov:2222/exasgd/frameworks/exago.git
88+
git clone git@github.com:pnnl/ExaGO.git
8989
cd exago
9090
mkdir build
9191
cd build

0 commit comments

Comments
 (0)