Skip to content

Commit

Permalink
Fix installing ruby on Apple Silicone with libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Mar 2, 2023
1 parent 0358a41 commit f6e021e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/rtx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ rtx global [email protected]
rtx global nodejs@system
rtx install [email protected]
rtx global [email protected]
export RUBY_CONFIGURE_OPTS=--with-libyaml-dir=/opt/homebrew/opt/libyaml
rtx install [email protected]
rtx global [email protected]

0 comments on commit f6e021e

Please sign in to comment.