diff options
author | Andrés Jaimes <andresjv@gmail.com> | 2025-08-27 11:36:52 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2025-08-27 11:38:47 +0000 |
commit | 25f1ff3ed7598a22ad7a9a11fb9e67bb4329d86e (patch) | |
tree | 93fd978afdebbc6a8331a7c30e0d0dbdecedbaa0 /documentation/content/en | |
parent | 92dfc0643a55ccd9e5221967de9c125382c3c86b (diff) |
Diffstat (limited to 'documentation/content/en')
-rw-r--r-- | documentation/content/en/books/fdp-primer/overview/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc index 2b72b0c23e..c316176b05 100644 --- a/documentation/content/en/books/fdp-primer/overview/_index.adoc +++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc @@ -290,7 +290,7 @@ Repeat until all of the errors are resolved. + [source,shell] .... -$ bmake run USE_RUBYGEMS=YES RUBY_CMD=$(brew --prefix ruby)/bin/ruby +$ bmake run USE_RUBYGEMS=YES RUBY_CMD="$(brew --prefix ruby)/bin/ruby" HUGO_CMD="$(brew --prefix hugo)/bin/hugo" .... . Add all the files with `git add .`, then review the diff with `git diff`. For example: + |