Skip to content
Snippets Groups Projects
Commit 7f89e016 authored by Simon Gregersen's avatar Simon Gregersen
Browse files

fix README.md and _CoqProject

parent 0b54fb43
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,12 @@ CPU cores.
## Updating dependencies
To pull the latest submodules dependencies as committed to the repository, run
git submodule update --recursive
By default, the `git pull` command recursively fetches submodule
changes. However, it does not apply the changes. To apply the submodule updates
you need to run
changes. However, it does not apply the changes. To update the dependencies run
git submodule update --recursive --remote
......
......@@ -23,6 +23,7 @@ theories/aneris_lang/adequacy.v
theories/aneris_lang/program_logic/aneris_hoare.v
theories/aneris_lang/program_logic/aneris_lifting.v
theories/aneris_lang/program_logic/aneris_weakestpre.v
theories/aneris_lang/program_logic/aneris_adequacy.v
theories/aneris_lang/proofmode.v
theories/aneris_lang/lib/assert.v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment