Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing line order in install.sh path suggestion for profile #180

Open
rdela opened this issue Feb 28, 2024 · 0 comments
Open

Confusing line order in install.sh path suggestion for profile #180

rdela opened this issue Feb 28, 2024 · 0 comments

Comments

@rdela
Copy link

rdela commented Feb 28, 2024

curl -sS https://dl.begin.com/install.sh | sh
Downloading: https://dl.begin.com/releases/latest/begin-arm64-darwin.zip
######################################################################## 100.0%
Begin was successfully installed to /Users/example/.begin
Manually add the directory to your $HOME/.bash_profile (or similar)
  export BEGIN_INSTALL="/Users/example/.begin"
  export PATH="$BEGIN_INSTALL:$PATH"
Run '/Users/example/.begin/begin --help' to get started

Scanning quickly, I grabbed the last part of the last line and added $HOME/.begin/begin to $PATH instead of $HOME/.begin. Took me a minute to figure out what went wrong. I think reordering the lines would help a ton:

Begin was successfully installed to /Users/example/.begin
Run '/Users/example/.begin/begin --help' to get started
Manually add the directory to your $HOME/.bash_profile (or similar)
  export BEGIN_INSTALL="/Users/example/.begin"
  export PATH="$BEGIN_INSTALL:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant