Update 'README.md'

This commit is contained in:
mattronix 2023-11-02 16:29:03 +00:00
parent 9d8cb88b52
commit 82482a3ddb

View file

@ -69,7 +69,6 @@ The Laravel framework is open-sourced software licensed under the [MIT license](
# Linux Install # Linux Install
## Debian 11 ## Debian 11
```
### Pre Reqs ### 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 * https://www.digitalocean.com/community/tutorials/how-to-install-composer-on-debian-11-quickstart
### Install Commands ### Install Commands
```
sudo apt update sudo apt update
apt-get install apache2 curl git unzip -y apt-get install apache2 curl git unzip -y
sudo apt install lsb-release apt-transport-https ca-certificates software-properties-common -y sudo apt install lsb-release apt-transport-https ca-certificates software-properties-common -y