Skip to content

Commit

Permalink
docs: cache should be removed when upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jun 7, 2024
1 parent 7dc377c commit 72753b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/docs/upgrading-from-v0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 72753b2

Please sign in to comment.