mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 11:28:58 +00:00
trivial: correct README rendering error
This commit is contained in:
parent
95e75c1f4d
commit
ca9a25e855
@ -49,11 +49,15 @@ A Dockerfile for Arch can be generated in `contrib`.
|
||||
|
||||
To prepare the Docker container run this command:
|
||||
|
||||
```OS=arch ./generate_docker.py
|
||||
```
|
||||
OS=arch ./generate_docker.py
|
||||
```
|
||||
|
||||
To build the PKGs run this command (from the root of your git checkout):
|
||||
|
||||
```docker run -t -v `pwd`:/build fwupd-arch```
|
||||
```
|
||||
docker run -t -v `pwd`:/build fwupd-arch
|
||||
```
|
||||
|
||||
PKGs will be made available in your working directory when complete.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user