Skip to content

Commit 4da6864

Browse files
committed
Use full path for uninstall script in upgrade instructions
Makes the upgrade section consistent with the uninstall section by using the full path /usr/local/bin/uninstall-container.sh instead of just uninstall-container.sh.
1 parent 5064b0f commit 4da6864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you're upgrading, first stop and uninstall your existing `container` (the `-k
2222

2323
```bash
2424
container system stop
25-
uninstall-container.sh -k
25+
/usr/local/bin/uninstall-container.sh -k
2626
```
2727

2828
Download the latest signed installer package for `container` from the [GitHub release page](https://github.com/apple/container/releases).

0 commit comments

Comments
 (0)