Fix typo in install docs

This commit is contained in:
Tony Murray 2023-09-08 16:48:27 -05:00 committed by GitHub
parent 0f8fb0aea3
commit 74ed7aa703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ su - librenms
./scripts/composer_wrapper.php install --no-dev
exit
```
Sometime when there is a proxy used to gain internet access, the above script may fail. The workaround is to install the `composer` package manually. For a global installation:
Sometimes when there is a proxy used to gain internet access, the above script may fail. The workaround is to install the `composer` package manually. For a global installation:
```
wget https://getcomposer.org/composer-stable.phar
mv composer-stable.phar /usr/bin/composer