We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a5f78 commit b1656edCopy full SHA for b1656ed
contracts/README.md
@@ -52,6 +52,8 @@ the CI for every release tag. In case you need to build them manually for some
52
reason, use the following commands:
53
54
```sh
55
+# cd to the repo root first
56
+
57
docker run --rm -v "$(pwd)":/code \
58
--mount type=volume,source="devcontract_cache_burner",target=/code/contracts/burner/target \
59
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
0 commit comments