add go lang, thunderbird, keepass2
This commit is contained in:
parent
df479aedd3
commit
f83707dac8
@ -2,4 +2,6 @@
|
|||||||
|
|
||||||
sudo apt update && sudo apt install -y \
|
sudo apt update && sudo apt install -y \
|
||||||
vim \
|
vim \
|
||||||
httpie
|
httpie \
|
||||||
|
keepass2 \
|
||||||
|
thunderbird
|
||||||
|
19
langs/go.md
Normal file
19
langs/go.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Go lang
|
||||||
|
|
||||||
|
## Download
|
||||||
|
[download](https://golang.org/dl/)
|
||||||
|
|
||||||
|
## Extract
|
||||||
|
```bash
|
||||||
|
sudo tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
|
||||||
|
```
|
||||||
|
|
||||||
|
## Export Path
|
||||||
|
```bash
|
||||||
|
sudo bash -c 'cat >>/etc/profile <<EOF
|
||||||
|
export PATH=\$PATH:/usr/local/go/bin
|
||||||
|
EOF'
|
||||||
|
```
|
||||||
|
|
||||||
|
## Reference
|
||||||
|
[Getting Started - The Go Programming Language](https://golang.org/doc/install)
|
Loading…
Reference in New Issue
Block a user