Skip to content

Commit

Permalink
git update
Browse files Browse the repository at this point in the history
  • Loading branch information
millerta authored Dec 20, 2023
1 parent 14d3a5c commit 42cfe82
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,21 @@ PyLaGriT allows interactive and automated querying of mesh properties, enhanced
Download the repo by running:

```bash
$ git clone https://github.com/lanl/LaGriT.git
$ cd LaGriT/
git clone https://github.com/lanl/LaGriT.git
cd LaGriT/
```

Note for developers, you will need the SSH version to enable *git push* to this repository:

```bash
git clone [email protected]:lanl/LaGriT.git
cd LaGriT/
```

### Building LaGriT ###
---

[Building LaGriT with cmake and exodus](cmake/README.md)
[Detailed Instructions for Building LaGriT with cmake and exodus](cmake/README.md)


#### Building LaGriT - Simple
Expand Down

0 comments on commit 42cfe82

Please sign in to comment.