diff options
author | CiarĂ¡n Ainsworth <ciaranainsworth@posteo.net> | 2023-01-28 09:38:52 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-01-28 09:38:52 +0000 |
commit | 5ca051dd3f8798bd3e43820fcf7466ece968b7a0 (patch) | |
tree | c6922e73421c13e9c3aeb96e9d6575fec996b0bb | |
parent | 6fef465c044bac72099195bb707b376e19dc3d72 (diff) |
-rw-r--r-- | documentation/content/en/books/fdp-primer/overview/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc index b728d23a9c..1c7ca13739 100644 --- a/documentation/content/en/books/fdp-primer/overview/_index.adoc +++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc @@ -258,7 +258,7 @@ $ brew install hugo ruby git bmake + [source,shell] .... -$ echo 'export GEM_PATH="/usr/local/lib/ruby/gems/3.1.0"' >> ~/.zshrc +$ echo 'export GEM_PATH="$(gem environment gemdir)"' >> ~/.zshrc $ echo 'export PATH="$(brew --prefix ruby)/bin:$PATH"' >> ~/.zshrc $ source ~/.zshrc .... @@ -286,7 +286,7 @@ Repeat until all of the errors are resolved. + [source,shell] .... -$ bmake run LOCALBASE=/usr USE_RUBYGEMS=YES +$ bmake run LOCALBASE=/opt/homebrew USE_RUBYGEMS=YES .... . Add all the files with `git add .`, then review the diff with `git diff`. For example: + |