Skip to content

Commit

Permalink
Update up.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbauer authored May 4, 2024
1 parent 38b6017 commit 6840f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def caveats;

<<~EOS
To use the 'up' command, source this script in your shell profile:
export BINARY_PATH=#{HOMEBREW_LIBRARY_PATH}/lib/up-path-gen && source #{formula_path}/up.sh
export BINARY_PATH=#{HOMEBREW_LIBRARY_PATH.chomp('/Homebrew')}/lib/up-path-gen && source #{formula_path}/up.sh
Note: tab autocomplete is supported for bash only.
EOS
end
Expand Down

0 comments on commit 6840f00

Please sign in to comment.