Skip to content

Commit 7eb2c3d

Browse files
committed
Adds necessary README step
1 parent 4ae969f commit 7eb2c3d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ With the input streams, mitigations, and vulnerabilities for the executable to e
3434
1. Ensure you have Docker installed.
3535
2. Install the required Python 3 packages via `poetry install --no-dev`.
3636
3. Build the Docker image: `docker build --tag zeratool_lib -f docker/Dockerfile.zeratool_lib .`.
37-
4. Ensure the Docker API is accessible by:
37+
4. Add `zeratool_lib` to PYTHONPATH: `export PYTHONPATH=/path/to/repo/docker/zeratool_lib/zeratool_lib`.
38+
5. Ensure the Docker API is accessible by:
3839
- Running the module as `root`; or
3940
- Changing the Docker socket permissions (unsecure approach) via `chmod 777 /var/run/docker.sock`.
40-
5. Build the arguments' adapter via `cd others/argv_adapter && make`.
41+
6. Build the arguments' adapter via `cd others/argv_adapter && make`.
4142

4243
## Development
4344

0 commit comments

Comments
 (0)