diff options
-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: + |