mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-15 03:18:13 +08:00
9 lines
199 B
Markdown
9 lines
199 B
Markdown
|
```bash
|
||
|
wget https://getcomposer.org/installer -O composer.phar
|
||
|
php composer.phar
|
||
|
mv composer.phar /usr/local/bin/composer
|
||
|
composer.phar install
|
||
|
|
||
|
curl -sS https://getcomposer.org/installer | php
|
||
|
```
|