summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1ee9ef..15b110a 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,9 @@ Check for and apply system updates from public ostree repo, hosted at
$ sudo ./build-os # build the os in a chroot, tweak it for ostree
$ sudo ./commit-os # commit the root filesystem to an ostree build repo
$ ./publish-repo # migrate the content to an archive repo
- $ sudo ./generate-usb-img # build a bootable usb image file
$ ./sync-repo # sync the archive repo up to a webserver
+ $ sudo ./generate-usb-img # build a bootable usb image file
+ $ ./sync-images # sync the images up to a webserver
# Notes and References