Unverified Commit ccbf7af0 authored by Mateusz Kuzak's avatar Mateusz Kuzak Committed by GitHub
Browse files

MacOS users cannot write to system Gems directory

This can be solved by installing with `sudo`, but the better approach is to
do user install.
Solution based on [Stack OVerflow solution](https://stackoverflow.com/a/38259128)
parent 9b391f6e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -173,6 +173,8 @@ you must install the software described below.

3.  **[Jekyll][jekyll]**.
    You can install this by running `gem install jekyll`.
    On a MacOS user does not have a permision to write to `/Library/Ruby/Gems/`.
    Run `gem install jelyll --user-install` instead.

4.  **R Packages**.
    We use [knitr][cran-knitr], [stringr][cran-stringr], and [checkpoint][cran-checkpoint]