Update README.md

This commit is contained in:
spiritLHLS 2023-04-01 18:11:19 +08:00 committed by GitHub
parent 5af9447e67
commit 8705e264d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
* [一键尝试修复网络](#一键尝试修复网络)
* [一键环境安装脚本](#一键环境安装脚本)
* [一键安装jupyter环境](#一键安装jupyter环境)
* [一键安装R语言环境](#一键安装R语言环境)
* [一键安装rust环境](#一键安装rust环境)
* [一键安装C++环境](#一键安装C环境)
* [一键安装vnstat环境](#一键安装vnstat环境)
@ -132,6 +133,14 @@ apt install ufw -y
ufw allow 13692
```
#### 一键安装R语言环境
- 安装前务必已安装jupyter环境
```bash
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/R.sh -o R.sh && chmod +x R.sh && bash R.sh
```
#### 一键安装rust环境
- 支持系统Ubuntu 18+Debian 8+centos 7+FedoraAlmalinux 8.5+