Update 'README.md'
This commit is contained in:
parent
9d8cb88b52
commit
82482a3ddb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,6 @@ The Laravel framework is open-sourced software licensed under the [MIT license](
|
|||
# Linux Install
|
||||
|
||||
## Debian 11
|
||||
```
|
||||
|
||||
### Pre Reqs
|
||||
|
||||
|
@ -77,6 +76,7 @@ The Laravel framework is open-sourced software licensed under the [MIT license](
|
|||
* https://www.digitalocean.com/community/tutorials/how-to-install-composer-on-debian-11-quickstart
|
||||
|
||||
### Install Commands
|
||||
```
|
||||
sudo apt update
|
||||
apt-get install apache2 curl git unzip -y
|
||||
sudo apt install lsb-release apt-transport-https ca-certificates software-properties-common -y
|
||||
|
|
Loading…
Reference in a new issue