Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added in instructions on using docker
  • Loading branch information
ehinrichs committed Jan 22, 2024
1 parent 0cc0589 commit f723136
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ PyLaGriT allows interactive and automated querying of mesh properties, enhanced

---

### Quick Start

#### Docker Container

The easiest way to get started with LaGriT is through [Docker](https://hub.docker.com/r/ees16/lagrit):

$ docker pull ees16/lagrit:latest
$ docker run -it -v $(pwd):/docker_user/work ees16/lagrit:latest

After the container launches, navigate to:

$ cd bin
$ ./lagrit

---

### Download LaGriT

Download the repo by running:
Expand Down

0 comments on commit f723136

Please sign in to comment.