Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yazanShhade authored Dec 31, 2024
1 parent 134d24b commit 87346e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cd build_rzg2lc

### Build image
```
MACHINE=rzg2lc-solidrun ./runme.sh
MACHINE=rzg2lc-solidrun DISTRO=buildroot ./runme.sh build
```
Available options:
```
Expand Down Expand Up @@ -105,8 +105,8 @@ A docker image providing a consistent build environment can be used as below:

2. invoke build script in working directory
```
docker run --rm -i -t -v "$PWD":/work rzg2lc_build -u $(id -u):$(id -g)
./runme.sh
docker run --rm -it -v "$PWD":/work --user $(id -u):$(id -g) rzg2lc_build
MACHINE=rzg2lc-solidrun DISTRO=buildroot ./runme.sh
```


Expand Down

0 comments on commit 87346e9

Please sign in to comment.