You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ container system start
37
37
38
38
### Uninstall
39
39
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:
41
41
42
42
```bash
43
-
uninstall-container.sh -d
43
+
/usr/local/bin/uninstall-container.sh -d
44
44
```
45
45
46
46
To retain your user data so that it is available should you reinstall later, run:
0 commit comments