We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce9451 commit 5887bc4Copy full SHA for 5887bc4
1 file changed
README.md
@@ -29,6 +29,14 @@ jekyll --server #start a server and browse on localhost:4000
29
30
```
31
32
+
33
+For Bundler users
34
+```sh
35
+$ bundle install
36
+$ jekyll serve # this compiles files and starts a server on localhost:4000.
37
+```
38
39
40
[Jekyll usage](https://github.com/mojombo/jekyll/wiki/usage)
41
42
Version of ruby used is very old 1.7.3
0 commit comments