diff --git a/wiki/Uninstallation.md b/wiki/Uninstallation.md new file mode 100644 index 000000000..22fb9d402 --- /dev/null +++ b/wiki/Uninstallation.md @@ -0,0 +1,13 @@ +# Uninstallation + +## PyPi + +```bash +pip3 uninstall linode-cli +``` + +If you would like to remove the config file (easy to re-create) you must do so manually. + +```bash +rm $HOME/.config/linode-cli +``` diff --git a/wiki/_Sidebar.md b/wiki/_Sidebar.md index a22828883..26921b0fd 100644 --- a/wiki/_Sidebar.md +++ b/wiki/_Sidebar.md @@ -1,4 +1,5 @@ - [Installation](./Installation) +- [Uninstallation](./Uninstallation) - [Configuration](./Configuration) - [Usage](./Usage) - [Output](./Output) @@ -7,4 +8,4 @@ - [Overview](./Development%20-%20Overview) - [Skeleton](./Development%20-%20Skeleton) - [Setup](./Development%20-%20Setup) - - [Testing](./Development%20-%20Testing) \ No newline at end of file + - [Testing](./Development%20-%20Testing)