Update README.md

This commit is contained in:
chiu 2020-09-18 17:29:35 +08:00
parent 9ab8d79314
commit ffacbc9dce
1 changed files with 16 additions and 1 deletions

View File

@ -94,7 +94,22 @@ $ rvm install 2.1.2
$ rvm install 2.1.10
$ rvm --default use 2.1.10
```
## 若以上安裝RVM失敗可用另一種方式安裝RVM和ruby
```sh
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository -y ppa:rael-gc/rvm
$ sudo apt-get update
$ sudo apt-get install rvm
$ echo 'source "/etc/profile.d/rvm.sh"' >> ~/.bashrc
$ source "/etc/profile.d/rvm.sh"
$ rvm install 2.1.2
$ rvm install 2.1.10
$ rvm --default use 2.1.10
```
## 安裝screen
```sh
$ sudo apt-get install screen
```
## 安裝 R4.5
### 一、建立 ssh key pair
```sh