add gitignore and update README

This commit is contained in:
lionel
2021-01-10 12:39:04 +01:00
parent b2a96557da
commit 07a58f6891
4 changed files with 661 additions and 0 deletions

View File

@ -0,0 +1,17 @@
## For Install it ##
You'll need
* composer
Then, download and extract the zip file for download fontawesome
```
wget https://use.fontawesome.com/releases/v5.15.1/fontawesome-free-5.15.1-web.zip
unzip fontawesome-free-5.15.1-web.zip
rm fontawesome-free-5.15.1-web.zip
mv fontawesome-free-5.15.1-web fontawesome
```
And download composer packages
```
composer install
```