Skip to content

Commit

Permalink
Merge pull request #39 from chrisscoular/fix/export-path
Browse files Browse the repository at this point in the history
fix for PATH on ./lo install
  • Loading branch information
billywhizz authored Jun 30, 2024
2 parents d649b17 + 12ace26 commit 33b1d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ async function install (args = []) {
to add ${AY}${dest_path}${AD} to your system path for this terminal
session. run this export command:
export PATH=${dest_path}:$PATH
export PATH="${dest_path}:$PATH"
to add it permanently edit your shell config and add the export.
`)
Expand Down

0 comments on commit 33b1d01

Please sign in to comment.