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

can't manage to make it work #57

Open
chrisvidal opened this issue Apr 6, 2021 · 1 comment
Open

can't manage to make it work #57

chrisvidal opened this issue Apr 6, 2021 · 1 comment

Comments

@chrisvidal
Copy link

after composer global require offline/oc-bootstrapper from the terminal, everything seems to be installed.

then when I try october -v

I have a -bash: october: command not found

@tobias-kuendig
Copy link
Member

tobias-kuendig commented Apr 6, 2021

You need to add your composer directory to our PATH variable.

See #19

You can find your composer path using composer config -g -l. Use the home setting and add /vendor/bin to it, that's where your global composer binaries are stored.

[home] /home/offline/.config/composer
-> becomes /home/offline/.config/composer/vendor/bin

You should see the october binary in this folder.

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