Kirby CLI and ~/.composer/vendor/bin …directory in your PATH

I’ve set up composer and run composer global require getkirby/cli, but i’m not sure what the following means:

‘Make sure to place the…
~/.composer/vendor/bin
…directory in your PATH so the kirby executable can be located by your system.’

Is this something to do with exporting a PATH in .bashrc? I can’t seem to get it to work. Any help would be greatly appreciated.

That depends a bit on your system, in my installation I’ve put the path in .bash_profile:

export PATH=$PATH:~/.composer/vendor/bin
2 Likes

Just saying thanks for this answer. It would seem as if I may have forgotten to capitalize every usage of the word ‘PATH’ :frowning: