diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 00:40:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 00:43:09 +0300 |
commit | 3d261e87365956cdb7688e055f1ea2af1909497a (patch) | |
tree | fe6253a7c1095aff3f4d605ecd9575ef3846db1e /README.md | |
parent | bump dependencies (diff) | |
download | jekyll-theme-3d261e87365956cdb7688e055f1ea2af1909497a.tar.gz jekyll-theme-3d261e87365956cdb7688e055f1ea2af1909497a.zip |
README: remove the obsolete Windows notes
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -11,12 +11,7 @@ Prerequisites [Jekyll] is used to build a set of static HTML pages from a collection of templates and resources. -It might seem like Jekyll doesn't support Windows very well. -However, at the moment of writing one can get it to work using the excellent -tutorial at http://jekyll-windows.juthilo.com/. -I personally had no problems running Jekyll on Windows whatsoever. - -I use [Bundler] to manage project's dependencies. +[Bundler] is used to manage project's dependencies. Make sure you have the `bundler` gem installed; project dependencies can then be installed by executing |