From 5ea88dcd12e329072da96f23708fa3030dca071f Mon Sep 17 00:00:00 2001 From: Julian Kotrba Date: Tue, 12 Mar 2019 15:36:40 +0100 Subject: [PATCH] Add info about a possible error The bundle installation fails during installation of the Ruby gem http_parser, if the path to the arrow directory contains spaces. This commit adds a note about this problem to the README. --- modules/docs/arrow-docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/docs/arrow-docs/README.md b/modules/docs/arrow-docs/README.md index 6c5def727c7..2877c0f27d0 100644 --- a/modules/docs/arrow-docs/README.md +++ b/modules/docs/arrow-docs/README.md @@ -128,6 +128,7 @@ BUNDLE_GEMFILE=modules/docs/arrow-docs/Gemfile bundle exec jekyll serve -s modul This will install any needed dependencies locally, and will use it to launch the complete website in [127.0.0.1:4000](http://127.0.0.1:4000) so you can open it with a standard browser. +If you should get an error while installing the Ruby gem _http_parser_, please check if the path to your Arrow directory contains spaces. According to this [issue](https://github.com/tmm1/http_parser.rb/issues/47), the installation with spaces in the path is currently not working. ## Blog section contribution