Skip to content

Commit 3fc7903

Browse files
committed
Add local & deployment build instructions.
1 parent 6e4643b commit 3fc7903

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ The site is available at <https://mtb.kmz-brno.cz/>.
77
The web is developed using [Jekyll](https://jekyllrb.com/). It uses
88
[TtskchTheme](https://github.com/ttskch/jekyll-ttskch-theme) theme.
99

10-
## Local gems & deployment
10+
## Local installation
1111

12-
Install gems this way:
13-
14-
```
12+
```bash
1513
$ bundle config --local path vendor
14+
$ bundle install
15+
```
16+
17+
## Deployment
18+
19+
```bash
1620
$ bundle install --deployment
1721
```

0 commit comments

Comments
 (0)