Dieses Blog durchsuchen

Mittwoch, 3. August 2016

composer: install and add it permanently to console on ubuntu 16.04

We want to download and install composer, so that it is available on your terminal permanently

If you do not have curl installed
apt-get install curl
 
Copy folling commands to your terminal for the current user
This installs composer  and adds it to the users bashrc

thats it!

Now composer works everywhere on your console
- open console and type:
composer


Keine Kommentare:

Kommentar veröffentlichen