We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aebea7 commit 6e91275Copy full SHA for 6e91275
README.md
@@ -1,27 +1,27 @@
1
-= Rails Guide 中文翻译
+# Rails Guide 中文翻译
2
3
-== 构建(基于 Docker)
+## 构建(基于 Docker)
4
5
为了管理依赖,建议使用 Docker。
6
7
-=== 安装 Docker
+### 安装 Docker
8
9
https://www.docker.com/
10
11
-=== 构建镜像
+### 构建镜像
12
13
```bash
14
$ docker build -t rails-guides .
15
```
16
17
-=== 构建
+### 构建
18
19
20
$ docker run -it -v $(pwd):/app rails-guides rake guides:generate:html
21
$ docker run -it -v $(pwd):/app rails-guides rake guides:generate:kindle
22
23
24
-== 发布
+## 发布
25
26
另外 clone 一份 repo,checkout 到 `gh-pages` 分支,将 HTML 版内容拷贝进去,commit,push。
27
0 commit comments