Closed NicolasCARPi closed 4 years ago
Here is how I have it on my computer:
~/.bin
and ./opt
are in $PATH
~/.bin
is for little script/programs I write~/.opt
is for userspace programs I download (like psalm
, composer
, hugo
, terraform
, ...)I'd recommend doing the same for phar-composer.phar
, adding it in .opt
;)
Also, I don't know if you're french, but in english, there is no space before :
, !
or ?
!
I went with the change in the README because phar archives are (binary) artifacts that can be built from the source code and as such must not be commited to the repository.
See the commit message for the changes, and the generated README here.
I believe my changes make the installation/configuration/usage processes more clear to the average user.
Side note: before the Installation, a Description section would be welcome IMHO.
LGTM (I will take care of additional changes in the new README like formatting stuff like that).
Thank you a lot for this PR
PS: yes I am french ;)
Eric