minor fixes

Nick Yeoman 2023-06-09 14:59:14 -07:00
parent 831f70f530
commit 52542f6b59

@ -7,6 +7,7 @@ Make sure the projectName is set correctly, it's very important, because it's us
```bash ```bash
# STEP 1 # STEP 1
# Clone the repo (change projectName to the name of your project) # Clone the repo (change projectName to the name of your project)
# Context: I like to name my projects by domain, example: nickyeoman-com
git clone git@git.nickyeoman.com:nick/joomla.git projectName git clone git@git.nickyeoman.com:nick/joomla.git projectName
# STEP 2 # STEP 2
@ -15,7 +16,8 @@ cd projectName
# STEP 3 # STEP 3
# Setup your env file # Setup your env file
mv env.sample .env cp env.sample .env
# edit your file with any text editor (I use vim)
vi .env vi .env
# STEP 4 # STEP 4