Add uninstall doc for go and nodejs
This commit is contained in:
parent
b100ac483e
commit
4b16cc55fd
6
go.md
6
go.md
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user