Skip to content

Commit

Permalink
Fix instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zero9178 committed Jun 7, 2024
1 parent 2fb4c21 commit ae243f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Afterward, you can perform a mega build using:
git clone --recursive https://github.com/opencompl/quidditch
cd quidditch

docker run --rm ghcr.io/opencompl/Quidditch/toolchain:main tar -cC /opt/quidditch-toolchain .\
mkdir toolchain
docker run --rm ghcr.io/opencompl/quidditch/toolchain:main tar -cC /opt/quidditch-toolchain .\
| tar -xC ./toolchain

python -m venv venv
Expand Down

0 comments on commit ae243f7

Please sign in to comment.