Skip to content

Commit

Permalink
Merge pull request #7 from lita-xyz/mmbugaj/use-valida-shell-as-entry…
Browse files Browse the repository at this point in the history
…point

Do not override container entrypoint since it's already set to `/valida-toolchain/valida-shell`
  • Loading branch information
nhlita authored Nov 29, 2024
2 parents 57ebacf + 6caccee commit 7bb1b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker pull ghcr.io/lita-xyz/llvm-valida-releases/valida-build-container:v0.5.0-
cd your-valida-project

# Enter the container:
docker run --platform linux/amd64 --entrypoint=/bin/bash -it --rm -v $(realpath .):/src ghcr.io/lita-xyz/llvm-valida-releases/valida-build-container:v0.5.0-alpha
docker run --platform linux/amd64 -it --rm -v $(realpath .):/src ghcr.io/lita-xyz/llvm-valida-releases/valida-build-container:v0.5.0-alpha

# You are now in a shell with the valida rust toolchain installed!
```
Expand Down

0 comments on commit 7bb1b92

Please sign in to comment.