Skip to content

Commit

Permalink
Clarify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Dec 6, 2024
1 parent 5c58641 commit 10d38ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ This assumes you have set up your user account to be able to run
`docker` [without being root](https://docs.docker.com/engine/security/rootless/);
if you haven't done so, you'll need to prefix these commands with `sudo`.

* `docker build --build-arg image=22.04 -t clangbuilder .`
* `docker build -t clangbuilder .`
* `docker run clangbuilder ./build.sh trunk`

If you need to change the default Ubuntu image, add `--build-arg image=20.04`
or similar to the build step.

### Alternative to run (for better debugging)

* `docker run -t -i clangbuilder bash`
Expand Down

0 comments on commit 10d38ed

Please sign in to comment.