Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed May 4, 2023
1 parent d6921b3 commit 143187b
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 @@ -5,11 +5,11 @@ Builds wayvnc for alpine
$ podman build -t alpine-pkg-build .
```

## Copy build artefacts
Run the build container and copy artefacts to local machine
## Copy build artifacts
Run the build container and copy artifacts to local machine
```
$ podman run alpine-pkg-build
# To get the container id
$ podman container list | grep alpine-pkg-build
$ podman cp $container:/home/vnc-user/packages/home/aarch64/wayvnc-0.2.0-r0.apk .
$ podman cp $container:/home/vnc-user/packages/home/aarch64/wayvnc-0.6.2-r0.apk .
```

0 comments on commit 143187b

Please sign in to comment.