Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
removes `git init` from guide as it is not needed. Closes #4302
  • Loading branch information
gilzow authored Dec 12, 2024
1 parent 76e4aae commit a6d2a83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sites/upsun/src/get-started/stacks/strapi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ To create your Strapi app, follow these steps.

```bash {location="Terminal"}
cd my-strapi-project
git init
echo "\nhttp:" >> .gitignore
git add .
git commit -m "Init Strapi application."
Expand Down

0 comments on commit a6d2a83

Please sign in to comment.