diff --git a/docs/features/autoupdater.rst b/docs/features/autoupdater.rst index 9586c54c..740cd232 100644 --- a/docs/features/autoupdater.rst +++ b/docs/features/autoupdater.rst @@ -31,8 +31,10 @@ A fully automated nightly build could use the following commands: make -j5 GLUON_BRANCH=experimental make manifest GLUON_BRANCH=experimental contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest + + rm -rf /where/to/put/this/experimental cp -r images /where/to/put/this/experimental - ln -s experimental.manifest /where/to/put/this/experimental/manifest + ln -s experimental.manifest /where/to/put/this/experimental/sysupgrade/manifest Infrastructure