From 72753b261109aac23bac417d3eacac90e0fbdef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Fri, 7 Jun 2024 17:31:44 +0200 Subject: [PATCH] docs: cache should be removed when upgrading --- www/docs/upgrading-from-v0.6.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/docs/upgrading-from-v0.6.md b/www/docs/upgrading-from-v0.6.md index 26e3f79..de08f89 100644 --- a/www/docs/upgrading-from-v0.6.md +++ b/www/docs/upgrading-from-v0.6.md @@ -10,6 +10,12 @@ To upgrade to v0.7, first update the `run-bakery` script with: curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7/bakery/run-bakery && chmod +x ./run-bakery ``` +Please also remove the old cache with: + +```shell +rm -rf .rugpi +``` + Here are the changes you need to make compared to version 0.6: 1. The image option `boot_flow` has been superseded by the `target` option. To use the new `target` option make the following changes depending your previous `boot_flow`: