Skip to content

Commit

Permalink
docs: fix typos in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 17, 2024
1 parent fc32f26 commit baac973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ the package manager, run the following commands in your Python environment.

```shell
pip install conan
conan detect profile
conan profile detect
```

### Install dependencies
Expand Down Expand Up @@ -94,7 +94,7 @@ cmake --build --preset conan-relwithdebinfo

### Install

To install **Endstone** from your local sources, you will need to activate the build environment and then run:
To install **Endstone** from your local sources, simply run:

```shell
pip install -U .
Expand Down

0 comments on commit baac973

Please sign in to comment.