Skip to content

Commit 263f31c

Browse files
committed
docs: syntax highlighting
1 parent c45c0ae commit 263f31c

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# Setup
1010

11-
```sh
11+
```console
1212
$ pip install --user libvcs
1313
```
1414

1515
Open up python:
1616

17-
```sh
17+
```console
1818
$ python
1919

20-
# or for nice autocomplete and syntax highlighting
20+
// or for nice autocomplete and syntax highlighting
2121
$ pip install --user ptpython
2222
$ ptpython
2323
```

docs/developing.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
[poetry] is a required package to develop.
44

5-
`git clone https://github.com/vcs-python/libvcs.git`
6-
7-
`cd libvcs`
8-
9-
`poetry install -E "docs test coverage lint format"`
5+
```
6+
git clone https://github.com/vcs-python/libvcs.git
7+
cd libvcs
8+
poetry install -E "docs test coverage lint format"
9+
```
1010

1111
Makefile commands prefixed with `watch_` will watch files and rerun.
1212

1313
## Tests
1414

15-
`poetry run py.test`
15+
```
16+
poetry run py.test
17+
```
1618

1719
Helpers: `make test` Rerun tests on file change: `make watch_test` (requires [entr(1)])
1820

0 commit comments

Comments
 (0)