Skip to content

Commit bfe1b35

Browse files
committed
Disabled syntax highlighting
1 parent eb4f74e commit bfe1b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Murfey, the package, is named after [Eliza Murfey, the inventor](https://nationa
1616
We suggest you start with your favourite virtual environment (mamba/conda/python virtualenv/...),
1717
then install using the following command.
1818

19-
```bash
19+
```text
2020
$ git clone [email protected]:DiamondLightSource/python-murfey.git
2121
$ cd python-murfey
2222
$ pip install -e .[client,server,developer]
@@ -36,13 +36,13 @@ development environment. The instructions for this are out of scope here.
3636

3737
You can then start the Murfey server with
3838

39-
```bash
39+
```text
4040
$ murfey.server
4141
```
4242

4343
and connect the client with
4444

45-
```bash
45+
```text
4646
$ murfey --server http://127.0.0.1:8000
4747
```
4848

0 commit comments

Comments
 (0)