diff --git a/README.md b/README.md index b91b70d..cceda5e 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -it ghcr.io/appthreat/atom atom u # podman run --rm -v /tmp:/tmp -v $(pwd):/app:rw -it ghcr.io/appthreat/atom atom usages -l ruby -o /app/app.atom -s /app/usages.slices.json /app ``` -Pass the argument `--platform=linux/amd64` when you face issues with Java or Ruby builds on arm64 architecture. +Pass the argument `--platform=linux/amd64`, if you face issues with Java or Ruby builds on arm64 architecture. ```shell docker run --rm --platform=linux/amd64 -v /tmp:/tmp -v $(pwd):/app:rw -it ghcr.io/appthreat/atom atom usages -l ruby -o /app/app.atom -s /app/usages.slices.json /app