Add uninstall doc for go and nodejs

This commit is contained in:
2020-03-25 03:54:23 +09:00
parent b100ac483e
commit 4b16cc55fd
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -2,6 +2,12 @@
Install go programming language to user .local/bin directory. Install go programming language to user .local/bin directory.
## Remove old version before installation
```bash
rm -rf $HOME/.local/go
```
## Install binary release from repositories ## Install binary release from repositories
Check [release information](https://golang.org/dl/) for the latest stable version. Check [release information](https://golang.org/dl/) for the latest stable version.
+6
View File
@@ -2,6 +2,12 @@
Install Node.js for Javascript auto-completion in Vim 8. Install Node.js for Javascript auto-completion in Vim 8.
## Remove old version before installation
```bash
rm -rf $HOME/.local/nodejs
```
## Install binary release from repositories ## Install binary release from repositories
Check [release information](https://nodejs.org/en/download/) for the appropriate version. Check [release information](https://nodejs.org/en/download/) for the appropriate version.