Skip to content

Commit 10c388a

Browse files
committed
docs: use Termynal for commands
1 parent fd6e26a commit 10c388a

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

docs/index.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
16
# modern-python
27

38
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)](https://github.com/copier-org/copier)
@@ -25,12 +30,18 @@ or [install uv](https://docs.astral.sh/uv/getting-started/installation/) to inst
2530

2631
To install Copier and Copier Template-Extensions, use [uv](https://docs.astral.sh/uv/):
2732

28-
```bash
29-
uv tool install copier --with copier-template-extensions
33+
<!-- termynal -->
34+
35+
```
36+
$ uv tool install copier --with copier-template-extensions
37+
---> 100%
38+
Installed 1 executable: copier
3039
```
3140

3241
Run `copier copy` to generate your Python package:
3342

34-
```bash
35-
copier copy --trust gh:leodevian/modern-python $DESTINATION_PATH
43+
<!-- termynal -->
44+
45+
```
46+
$ copier copy --trust gh:leodevian/modern-python ./path/to/directory
3647
```

mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ markdown_extensions:
6666

6767
plugins:
6868
- search
69+
- termynal

0 commit comments

Comments
 (0)