Add uninstall doc for go and nodejs

This commit is contained in:
Arif Herusetyo Wicaksono 2020-03-25 03:54:23 +09:00
parent b100ac483e
commit 4b16cc55fd
Signed by: arif
GPG Key ID: 977E4FEF5F35FBF6
2 changed files with 12 additions and 0 deletions

6
go.md
View File

@ -2,6 +2,12 @@
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
Check [release information](https://golang.org/dl/) for the latest stable version.

View File

@ -2,6 +2,12 @@
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
Check [release information](https://nodejs.org/en/download/) for the appropriate version.