Skip to content

Commit

Permalink
docs: extend migration instructions in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed May 12, 2024
1 parent 9e4e0c4 commit 524aab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ There is nothing required to be done before you can start using the new myks. Ho
find envs -name .myks
# Then remove:
find envs -name .myks -exec rm -rf {} \;
# First, inspect what will be removed:
find envs -name vendor
# Then remove:
find envs -name vendor -exec rm -rf {} \;
```

### ⚠ BREAKING CHANGES
Expand Down

0 comments on commit 524aab8

Please sign in to comment.