Skip to content

Commit 6e91275

Browse files
committed
fix readme
1 parent 6aebea7 commit 6e91275

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
= Rails Guide 中文翻译
1+
# Rails Guide 中文翻译
22

3-
== 构建(基于 Docker)
3+
## 构建(基于 Docker)
44

55
为了管理依赖,建议使用 Docker。
66

7-
=== 安装 Docker
7+
### 安装 Docker
88

99
https://www.docker.com/
1010

11-
=== 构建镜像
11+
### 构建镜像
1212

1313
```bash
1414
$ docker build -t rails-guides .
1515
```
1616

17-
=== 构建
17+
### 构建
1818

1919
```bash
2020
$ docker run -it -v $(pwd):/app rails-guides rake guides:generate:html
2121
$ docker run -it -v $(pwd):/app rails-guides rake guides:generate:kindle
2222
```
2323

24-
== 发布
24+
## 发布
2525

2626
另外 clone 一份 repo,checkout 到 `gh-pages` 分支,将 HTML 版内容拷贝进去,commit,push。
2727

0 commit comments

Comments
 (0)