From f37697a3c515ab074b2b69bc3001e954719761e2 Mon Sep 17 00:00:00 2001 From: t-takahashi Date: Sat, 6 Jul 2024 19:32:21 +0900 Subject: [PATCH] fix --- CONTRIBUTING.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 846195b..662b068 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing Guidelines -Thank you for your interest in contributing to MOS3. This is a Contribution guidelines. +Thank you for your interest in contributing to MOS3. These are the contribution guidelines. Please read through this document before submitting any issues or pull requests. ## Contributing via Pull Requests @@ -10,17 +10,18 @@ To send us a pull request, please: 1. Fork the repository. 2. Modify the source code. 3. Ensure local tests pass. -4. Commit to your fork. +4. Commit the changes to your fork. 5. Send us a pull request. -## Set up your local development environment +## Setting Up Your Local Development Environment + To set up MOS3 in your local environment, please: -1. Fork this repository, and clone source code using `git clone` -2. go to mos3 directory using `cd mos3` -3. Run the follwing command `go run main.go` -4. Then access http://localhost:3333/s3 +1. Fork this repository, and clone the source code using `git clone`. +2. Navigate to the mos3 directory using `cd mos3`. +3. Run the following command: `go run main.go`. +4. Access MOS3 at http://localhost:3333/s3. ## Licensing -See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. \ No newline at end of file +See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.