Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
lenamyk authored Dec 8, 2024
1 parent 31a42dc commit df02436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -16,15 +16,15 @@ To run `simcardems2` in a Docker container, you can use the following [pre-built
docker pull ghcr.io/scientificcomputing/fenics-gmsh:2024-05-30
```

Inside your `simcardems2` directory on your local computer, create a Docker container, here called "simcardems2", using the Docker image provided above:
Inside your `simcardems2` directory on your local computer, create a Docker container, here called `simcardems2`, using the Docker image provided above:

```shell
docker run --name simcardems2 -v "$(pwd)":/shared -w /shared -it ghcr.io/scientificcomputing/fenics-gmsh:2024-05-30
```
The option -v mounts the current directory and its files to the new container.


Inside the Docker container, enter the simcardems2 folder and install `simcardems2`:
Inside the Docker container, enter the `simcardems2` folder and install `simcardems2`:

```shell
cd simcardems2/

0 comments on commit df02436

Please sign in to comment.