READMEからprestissimoのインストールを削除

This commit is contained in:
shibafu 2019-08-03 01:00:15 +09:00
parent d290bf4107
commit fa6b8b87af
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ docker-compose up -d
4. Composer と yarn を使い必要なライブラリをインストールします。
```
docker-compose exec web composer global require hirak/prestissimo
docker-compose exec web composer install
docker-compose exec web yarn install
```