Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markhalliwell committed May 25, 2014
1 parent eec5fd6 commit 34109e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ INSTALL/UPDATE - GLOBALLY ON SERVER (VIA COMPOSER)

Login to your server under the `root` user. If your server does not allow remote `root` login (as many shouldn't), use an account that has `sudo` access and login to `root` using `sudo su -`.

**IMPORTANT**: Using `sudo` commands on the following will not actually change the shell environment's home path. Composer uses the home path of the actually user that is logged in to detect configuration and install components. You **must** log into the `root` account so a new shell environment is created with the correct home path.
**IMPORTANT**: Using `sudo` commands on the following will not actually change the shell environment's home path. Composer uses the home path of the actual user that is logged in to detect configuration and install components. You **must** log into the `root` account so a new shell environment is created with the correct home path.

* [Install Composer globally](http://getcomposer.org/doc/00-intro.md#system-requirements) (if needed).
* Configure Composer to install in the `/usr/local` directories:
Expand Down

0 comments on commit 34109e8

Please sign in to comment.