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

Docs Suggestion: Bash alias / $PATH addition #3

Open
Dayjo opened this issue Apr 13, 2017 · 2 comments
Open

Docs Suggestion: Bash alias / $PATH addition #3

Dayjo opened this issue Apr 13, 2017 · 2 comments

Comments

@Dayjo
Copy link

Dayjo commented Apr 13, 2017

Unfortunately (at least on my mac) composer global require lorinlee/laradock-cli doesn't add laradock to the $PATH so you cannot immediately run laradock commands.

I suggest a short paragraph in the readme after the composer install, something like;


You may need to add this to your $PATH in your ~/.bash_profile so that you can run the commands.

export PATH="~/.composer/vendor/lorinlee/laradock-cli/laradock:$PATH"
@lorinlee
Copy link
Owner

Have you check the path "~/.composer/vendor/bin" if there is a runnable bash called "laradock"?

@Dayjo
Copy link
Author

Dayjo commented Apr 18, 2017

Ah, yes there is, however that's not executable by default on Mac, so probably best to actually add that path ^ to the $PATH instead.

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

2 participants