Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit b0a444d

Browse files
Update _index.md
1 parent 93f03dc commit b0a444d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ CVEX is an executable that runs a software exploit and outputs relevant data in
1616

1717
### How to run CVEX with access to source code
1818
1. Pull from the GitHub Container Registry (GHCR):
19-
  a. 'docker pull ghcr.io/ucsb-seclab/NAME_OF_CONTAINER:TAG'
20-
  b. for example, 'docker pull ghcr.io/ucsb-seclab/demo/client:latest'
19+
  a. `docker pull ghcr.io/ucsb-seclab/NAME_OF_CONTAINER:TAG`
20+
  b. for example, `docker pull ghcr.io/ucsb-seclab/demo/client:latest`
2121
  c. go to the github linked to the CVEX and pull the docker-compose file,
22-
     then run using the command 'docker compose up'
22+
     then run using the command `docker compose up`
2323
  d. check each container's README for more details, and [for help on ghcr](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#pulling-container-images)
2424

2525
2. Or (for v2 only): pull from the Github and run as instructed in the README

0 commit comments

Comments
 (0)