Skip to content

Commit 4cadc40

Browse files
authored
Clarify uninstall script location in README (apple#982)
- Clarifies where the `uninstall-container.sh` script is located after installation - Updates example commands to use the full path
1 parent 4e78e30 commit 4cadc40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ container system start
3737

3838
### Uninstall
3939

40-
Use the `uninstall-container.sh` script to remove `container` from your system. To remove your user data along with the tool, run:
40+
Use the `uninstall-container.sh` script (installed to `/usr/local/bin`) to remove `container` from your system. To remove your user data along with the tool, run:
4141

4242
```bash
43-
uninstall-container.sh -d
43+
/usr/local/bin/uninstall-container.sh -d
4444
```
4545

4646
To retain your user data so that it is available should you reinstall later, run:
4747

4848
```bash
49-
uninstall-container.sh -k
49+
/usr/local/bin/uninstall-container.sh -k
5050
```
5151

5252
## Next steps

0 commit comments

Comments
 (0)