Skip to content

Commit a2be52a

Browse files
committed
README.md: Use bash syntax highlighting for command snippets
1 parent e07f104 commit a2be52a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ Bluetooth devices or backend services.
7171

7272
You'll need to install the project. For example as follows:
7373

74-
```
74+
```bash
7575
python3 -m venv venv
7676
source venv/bin/activate
77-
pip3 install -e "."
77+
pip3 install -e .
7878
```
7979

8080
## Running the example
8181

8282
After installing the project you can run the examples:
8383

84-
```
84+
```bash
8585
examples/run_lowcost.py
8686
examples/run_unlinkable.py
8787
```
@@ -90,7 +90,7 @@ examples/run_unlinkable.py
9090

9191
After installing the project you can obtain test vectors by running:
9292

93-
```
93+
```bash
9494
utils/testvectors_lowcost.py
9595
utils/testvectors_unlinkable.py
9696
```
@@ -105,7 +105,7 @@ venv/bin/ativate`) to ensure that the paths are picked up correctly.
105105

106106
Please install the proper pre-commit-hooks so that the files stay formatted:
107107

108-
```
108+
```bash
109109
pip install pre-commit
110110
pre-commit install
111111
```

0 commit comments

Comments
 (0)