Skip to content

Commit

Permalink
Merge pull request #361 from azzamh15/change-syntax-contributing
Browse files Browse the repository at this point in the history
Addressing compatibility issue for shell script in CONTRIBUTING.md
  • Loading branch information
gnikit committed Mar 18, 2024
2 parents 3386073 + e6a7857 commit 8e95ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To build this project you will need [Python](https://www.python.org/) `>= 3.7` a
To install all Python dependencies open a terminal go into the `fortls` cloned folder and run:

```sh
pip install -e .[dev,docs]
pip install -e ".[dev,docs]"
```

### Testing 🧪
Expand Down

0 comments on commit 8e95ee9

Please sign in to comment.