Skip to content

Commit 8e95ee9

Browse files
authored
Merge pull request #361 from azzamh15/change-syntax-contributing
Addressing compatibility issue for shell script in CONTRIBUTING.md
2 parents 3386073 + e6a7857 commit 8e95ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To build this project you will need [Python](https://www.python.org/) `>= 3.7` a
2828
To install all Python dependencies open a terminal go into the `fortls` cloned folder and run:
2929

3030
```sh
31-
pip install -e .[dev,docs]
31+
pip install -e ".[dev,docs]"
3232
```
3333

3434
### Testing 🧪

0 commit comments

Comments
 (0)