bridgetownrb / bridgetown

A next-generation progressive site generator & fullstack framework, powered by Ruby
https://www.bridgetownrb.com
MIT License
1.14k stars 114 forks source link

docs: Install bridgetown #211

Closed bkmgit closed 3 years ago

bkmgit commented 3 years ago

Motivation

Many users may not have or may not want to use superuser privileges when setting up Bridgetown

Suggestion

Consider adding documentation similar to Jekyll to use the command below before doing bridgetown new mysite

# Ruby exports

export GEM_HOME=$HOME/gems
export PATH=$HOME/gems/bin:$PATH
jaredcwhite commented 3 years ago

We officially recommend installing Ruby & gems with rbenv, or another tool like it, and I don't think that requires superuser privileges. So I'll close this unless you think there's a permissions issue still with the rbenv approach.