Skip to content
Snippets Groups Projects
Commit 5be05f3f authored by Per Lindgren's avatar Per Lindgren
Browse files

readme fix

parent a871fbc5
Branches
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ A docker daemon should be started/enabled.
In the current folder:
> docker run --rm --user $(id -u):$(id -g) -v ($PDW)/klee-examples:/mnt -w /mnt -it afoht/llvm-klee-4 /bin/bash
> docker run --rm --user $(id -u):$(id -g) -v $PWD/target/x86_64-unknown-linux-gnu/release/examples:/mnt -w /mnt -it afoht/llvm-klee-4 /bin/bash
This starts a shell in the docker `llvm-klee-4`, with a shared mount to the examples directory, where your `empty-xxxx.bc` is located.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment