Skip to content

Commit

Permalink
docs: Stop using PDM command in examples
Browse files Browse the repository at this point in the history
It generates a `.pdm-python` file and the `__pypackages__` folder.
  • Loading branch information
pawamoy committed Mar 20, 2024
1 parent 1de6612 commit 681c4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ Changing the title for only one tab is not supported.
You can wrap the result in a code block by specifying a code block language:

````md exec="1" source="tabbed-left" tabs="Markdown|Rendered"
```console exec="1" result="json"
$ pdm info --env
```console exec="1" result="ini"
$ cat .git/config
```
````

Expand Down

0 comments on commit 681c4e2

Please sign in to comment.