@@ -42,8 +42,8 @@ permalink: /en/2016/01/01/short-title
42
42
43
43
This website is based on [ Jekyll] ( https://jekyllrb.com/ ) . To build
44
44
locally, [ install Ruby 2.2.2] ( https://gorails.com/setup ) using system
45
- packages, [ rvm] ( https://rvm.io ) , or another method. Then clone this
46
- repository and change directory into it:
45
+ packages, [ rvm] ( https://rvm.io ) , [ rbenv ] ( https://github.com/rbenv/rbenv ) , or another method.
46
+ Then clone this repository and change directory into it:
47
47
48
48
git clone https://github.com/bitcoin-core/bitcoincore.org.git
49
49
cd bitcoincore.org
@@ -55,7 +55,7 @@ need to run `gem` as the superuser by putting "sudo" followed by a space
55
55
before the ` gem ` command. You shouldn't need to use ` sudo ` with the
56
56
` bundle ` command.
57
57
58
- gem install bundle
58
+ gem install bundler -v '~>1'
59
59
bundle install
60
60
61
61
To preview the site (this will launch a tiny webserver on port 4000):
@@ -91,7 +91,7 @@ current documentation may describe features not available in the old
91
91
version of the theme used by the website.
92
92
93
93
[ minimal mistakes theme ] : https://mmistakes.github.io/minimal-mistakes/
94
- [ mm docs] : https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
94
+ [ mm docs ] : https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
95
95
[ mm config ] : https://mmistakes.github.io/minimal-mistakes/docs/configuration/
96
96
[ mm content ] : https://mmistakes.github.io/minimal-mistakes/docs/posts/
97
97
[ mm js ] : https://mmistakes.github.io/minimal-mistakes/docs/javascript/
0 commit comments