Remove dependency on wget + unzip
This commit is contained in:
parent
5fef21e892
commit
8932e3aa99
|
|
@ -22,7 +22,7 @@ Instructions on how to install October can be found at the [installation guide](
|
|||
For advanced users, run this in your terminal to install October from command line:
|
||||
|
||||
```
|
||||
wget https://octobercms.com/api/installer -O temp.zip && unzip temp.zip && rm temp.zip
|
||||
php -r "eval('?>'.file_get_contents('https://octobercms.com/api/installer'));"
|
||||
```
|
||||
|
||||
If you plan on using a database, run this command:
|
||||
|
|
|
|||
Loading…
Reference in New Issue