We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87c93d commit c0bf0abCopy full SHA for c0bf0ab
docs/docs/developer.md
@@ -24,7 +24,7 @@ To set up a virtual machine with Docker:
24
25
```
26
rejson=$(docker run -d -it -v $PWD:/build debian:bullseye bash)
27
-docker exec -it $search bash
+docker exec -it $rejson bash
28
29
Then run ```cd /build``` from within the container.
30
0 commit comments