We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6becb42 commit a7403d3Copy full SHA for a7403d3
1 file changed
linux/国内linux环境安装.md
@@ -2,22 +2,18 @@
2
3
使用chsrc项目可以换各种系统源和软件源
4
5
-https://github.com/RubyMetric/chsrc
+<https://github.com/RubyMetric/chsrc>
6
7
```
8
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb
9
sudo apt install ./chsrc_latest-1_amd64.deb
10
11
12
-
13
14
15
16
## 2.安装homebrew
17
18
可以用清华的homebrew源安装
19
20
-https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/
+<https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/>
21
22
在终端输入以下几行命令设置环境变量:
23
@@ -57,3 +53,11 @@ fnm use 22
57
53
58
54
59
55
56
+## 4. docker安装
+
+可以用官网的安装脚本
60
+```bash
61
+curl -fsSL https://get.docker.com -o get-docker.sh
62
+sudo sh get-docker.sh
63
+```
0 commit comments