Skip to content

Commit fafe73e

Browse files
Add Uninstall Document (#733)
1 parent 2d640e8 commit fafe73e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

wiki/Uninstallation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Uninstallation
2+
3+
## PyPi
4+
5+
```bash
6+
pip3 uninstall linode-cli
7+
```
8+
9+
If you would like to remove the config file (easy to re-create) you must do so manually.
10+
11+
```bash
12+
rm $HOME/.config/linode-cli
13+
```

wiki/_Sidebar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- [Installation](./Installation)
2+
- [Uninstallation](./Uninstallation)
23
- [Configuration](./Configuration)
34
- [Usage](./Usage)
45
- [Output](./Output)
@@ -7,4 +8,4 @@
78
- [Overview](./Development%20-%20Overview)
89
- [Skeleton](./Development%20-%20Skeleton)
910
- [Setup](./Development%20-%20Setup)
10-
- [Testing](./Development%20-%20Testing)
11+
- [Testing](./Development%20-%20Testing)

0 commit comments

Comments
 (0)