Update README.md
This commit is contained in:
parent
74cbeed46c
commit
b54c13c827
|
@ -123,11 +123,9 @@ If `CHECKPOINT` is set, it will remove old images.
|
||||||
|
|
||||||
then upload to your update server:
|
then upload to your update server:
|
||||||
```console
|
```console
|
||||||
$ TARBALL="$(jq -r '.name' VerityBook-latest.json)-$(jq -r '.version' VerityBook-latest.json)".tgz
|
$ rsync -Pavorz dist/ <DESTINATION>/
|
||||||
$ scp "$TARBALL" VerityBook-latest.json <DESTINATION>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## QEMU disk image
|
## QEMU disk image
|
||||||
```console
|
```console
|
||||||
$ sudo ./mkimage.sh <IMGDIR> image.raw
|
$ sudo ./mkimage.sh <IMGDIR> image.raw
|
||||||
|
|
Loading…
Reference in a new issue