Merge pull request #9351 from lucaswerkmeister/patch-1
Document availability of self-update commandpull/9353/head
commit
191e8fab9e
|
@ -607,6 +607,9 @@ you may have to run the command with `root` privileges
|
||||||
sudo -H composer self-update
|
sudo -H composer self-update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If Composer was not installed as a PHAR, this command is not available.
|
||||||
|
(This is sometimes the case when Composer was installed by an operating system package manager.)
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
* **--rollback (-r):** Rollback to the last version you had installed.
|
* **--rollback (-r):** Rollback to the last version you had installed.
|
||||||
|
|
Loading…
Reference in New Issue