Skip to content

Commit 1283117

Browse files
committed
Add build instructions to README
1 parent 4ecee9b commit 1283117

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Введение в программирование на Go
2+
3+
Перевод книги [An Introduction to Programming in Go][1].
4+
5+
[1]: http://www.golang-book.com/
6+
7+
8+
## Как собрать книжку
9+
10+
Для сборки нужен установленый Ruby 2.x.
11+
12+
**Для установки зависимостей выполните:**
13+
14+
```
15+
bundle install --path .bundle/vendor
16+
```
17+
18+
**Для сборки запустите:**
19+
20+
```
21+
bundle exec jekyll build
22+
```
23+
24+
Собранные .html файлы будут лежать в директории `_site`.
25+
26+
**Для запуска dev сервера запустите:**
27+
28+
```
29+
bundle exec jekyll serve
30+
```

readme.md

-5
This file was deleted.

0 commit comments

Comments
 (0)