View | Details | Raw Unified | Return to bug 269191
Collapse All | Expand All

(-)b/documentation/content/en/books/fdp-primer/overview/_index.adoc (-3 / +2 lines)
Lines 258-264 $ brew install hugo ruby git bmake Link Here
258
+
258
+
259
[source,shell]
259
[source,shell]
260
....
260
....
261
$ echo 'export GEM_PATH="/usr/local/lib/ruby/gems/3.1.0"' >> ~/.zshrc
261
$ echo 'export GEM_PATH="$(gem environment gemdir)"' >> ~/.zshrc
262
$ echo 'export PATH="$(brew --prefix ruby)/bin:$PATH"' >> ~/.zshrc
262
$ echo 'export PATH="$(brew --prefix ruby)/bin:$PATH"' >> ~/.zshrc
263
$ source ~/.zshrc
263
$ source ~/.zshrc
264
....
264
....
Lines 286-292 Repeat until all of the errors are resolved. Link Here
286
+
286
+
287
[source,shell]
287
[source,shell]
288
....
288
....
289
$ bmake run LOCALBASE=/usr USE_RUBYGEMS=YES
289
$ bmake run LOCALBASE=/opt/homebrew USE_RUBYGEMS=YES
290
....
290
....
291
. Add all the files with `git add .`, then review the diff with `git diff`. For example:
291
. Add all the files with `git add .`, then review the diff with `git diff`. For example:
292
+
292
+
293
- 

Return to bug 269191