We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f2df7 commit 73ee7f9Copy full SHA for 73ee7f9
1 file changed
README.md
@@ -45,7 +45,7 @@ This repository provides a comprehensive Python project template with automated
45
To install `gh:liblaf/copier-python`, run the following command:
46
47
```bash
48
-$ copier copy --trust gh:liblaf/copier-python .
+copier copy --trust gh:liblaf/copier-python .
49
```
50
51
<div align="right">
@@ -63,8 +63,8 @@ You can use Github Codespaces for online development:
63
Or clone it for local development:
64
65
66
-$ git clone https://github.com/liblaf/copier-python.git
67
-$ cd copier-python
+git clone https://github.com/liblaf/copier-python.git
+cd copier-python
68
69
70
0 commit comments