We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bf8d3 commit 2fdbcf3Copy full SHA for 2fdbcf3
docs/getting-started.md
@@ -10,13 +10,12 @@ Open in Codespace or Dev Container and everything will get installed and configu
10
```
11
12
2. Generate from template:
13
+ - via [cookiecutter](https://www.cookiecutter.io/)
14
```bash
15
cookiecutter gh:QA-Automation-Starter/qa-automation-python
16
-
17
- or
18
19
- Fork/Clone [demo project](https://github.com/QA-Automation-Starter/qa-automation-python-demo), e.g.:
+
+ - or fork/clone [demo project](https://github.com/QA-Automation-Starter/qa-automation-python-demo)
20
21
git clone https://github.com/QA-Automation-Starter/qa-automation-python-demo.git
22
0 commit comments