From 52c66eea027babf9897a86f477e8488099af28a8 Mon Sep 17 00:00:00 2001 From: jdwilkin4 Date: Mon, 18 Dec 2023 05:15:36 -0800 Subject: [PATCH] fix: installation guide --- how-to-setup-your-project.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/how-to-setup-your-project.md b/how-to-setup-your-project.md index 366aeda..41a6ff3 100644 --- a/how-to-setup-your-project.md +++ b/how-to-setup-your-project.md @@ -29,13 +29,13 @@ Here are a few examples of good `README.md` files: This guide should include instructions for the following: -- instructions for forking the repository -- instructions for cloning the repository -- instructions for installing the dependencies -- instructions for setting up the environment variables -- instructions for setting up the database, if applicable -- instructions for running the project locally -- instructions for setting up Docker containers, if applicable +- forking the repository +- cloning the repository +- installing the dependencies +- setting up the environment variables +- setting up the database, if applicable +- running the project locally +- setting up Docker containers, if applicable The best way to test your guide is by setting up the project locally using your guide. You will learn quickly if anything needs to be added or clarified if you encounter issues getting your project to work.