Skip to content
Snippets Groups Projects
Commit 69234f6b authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Fix typo in README

parent 584c50dc
Branches
Tags
No related merge requests found
Pipeline #219185 passed with warnings
...@@ -50,7 +50,7 @@ Make sure you installed Docker and it is running on your system. You can start t ...@@ -50,7 +50,7 @@ Make sure you installed Docker and it is running on your system. You can start t
# Run (and possibly pull) fenicsr13_release service # Run (and possibly pull) fenicsr13_release service
docker-compose run --rm fenicsr13_release docker-compose run --rm fenicsr13_release
# Only for developers, install the lastest version using pipeline # Only for developers, install the lastest version using pip
# pip install -e . # pip install -e .
When you run this for the first time, docker will pull (download and extract) the container image from our repository which is roughly 800MB and the download may require some patience. After the initial download the docker image will be stored (2-3 GB) on your system and any new run will start the container immediately. When you run this for the first time, docker will pull (download and extract) the container image from our repository which is roughly 800MB and the download may require some patience. After the initial download the docker image will be stored (2-3 GB) on your system and any new run will start the container immediately.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment