Skip to content

Commit

Permalink
docs: Adjust README.md
Browse files Browse the repository at this point in the history
Adjust `README.md` to changes made in f469740.
  • Loading branch information
TomSchammo committed Dec 5, 2024
1 parent 1e5f882 commit 013de55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ Alternatively the module can be run inside a [Docker](https://www.docker.com/) c
After installing [Docker](https://www.docker.com/) and cloning the repository, all you need to do is run `make docker`,
which will start building the image and automatically run the tests during the build process.

NOTE: If you're running the docker image on ARM it is important to disable google tests.
For this run `docker build -t lidaraug:0.0.1 --build-arg RUN_CTEST=false .`
NOTE: If you're running the docker image on ARM run `make docker-arm` instead.

0 comments on commit 013de55

Please sign in to comment.