Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jul 6, 2024
1 parent 3483e84 commit f37697a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

0 comments on commit f37697a

Please sign in to comment.