From 34109e8b1caeb0fa1829d54d0449837d524bd81a Mon Sep 17 00:00:00 2001 From: Mark Carver Date: Sun, 25 May 2014 18:27:37 -0500 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40ef0c0d4..9eab520057 100644 --- a/README.md +++ b/README.md @@ -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: