Use full path for uninstall script in upgrade instructions (#983)

- Makes the upgrade section consistent with the
  uninstall section by using the full path to the
  uninstall script.
This commit is contained in:
c
2026-01-01 21:19:57 -08:00
committed by GitHub
parent 4cadc401e1
commit 580d8531c0
+1 -1
View File
@@ -22,7 +22,7 @@ If you're upgrading, first stop and uninstall your existing `container` (the `-k
```bash
container system stop
uninstall-container.sh -k
/usr/local/bin/uninstall-container.sh -k
```
Download the latest signed installer package for `container` from the [GitHub release page](https://github.com/apple/container/releases).