Skip to content

Commit 1456456

Browse files
committed
Use more legible syntax
1 parent a8526a0 commit 1456456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ layout python python$(cat .python-version-default)
5454
or, if you like [*uv*](https://github.com/astral-sh/uv):
5555

5656
```bash
57-
test -d .venv || uv venv --python python`cat .python-version-default`
57+
test -d .venv || uv venv --python python$(cat .python-version-default)
5858
. .venv/bin/activate
5959
```
6060

0 commit comments

Comments
 (0)