Skip to content

Commit 767de29

Browse files
committed
docs: lint readme using markdownlint
1 parent 7d69f84 commit 767de29

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ This starter template includes several added, changed, and removed features:
7171

7272
To use this repository, you need to meet the following requirements:
7373

74-
- **macOS** Monterey+ or **Linux**
75-
- Docker 20.10 or newer
76-
- [How To Install and Use Docker on Ubuntu 22.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
77-
- Installed **dnsmasq** service, running in the system. You can use [ansible-role-dnsmasq](https://github.com/wayofdev/ansible-role-dnsmasq) to install and configure this service.
78-
- **Cloned, configured and running** [docker-shared-services](https://github.com/wayofdev/docker-shared-services) to support system-wide DNS, routing, and TLS support via Traefik.
74+
* **macOS** Monterey+ or **Linux**
75+
* Docker 20.10 or newer
76+
* [How To Install and Use Docker on Ubuntu 22.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
77+
* Installed **dnsmasq** service, running in the system. You can use [ansible-role-dnsmasq](https://github.com/wayofdev/ansible-role-dnsmasq) to install and configure this service.
78+
* **Cloned, configured and running** [docker-shared-services](https://github.com/wayofdev/docker-shared-services) to support system-wide DNS, routing, and TLS support via Traefik.
7979

8080
<br>
8181

@@ -88,7 +88,7 @@ To use this repository, you need to meet the following requirements:
8888
After forking or creating generating repository from template, you can clone it to your local machine. In this example we will use `laravel-starter-tpl` repository as starting point.
8989

9090
```bash
91-
$ git clone [email protected]:wayofdev/laravel-starter-tpl.git
91+
git clone [email protected]:wayofdev/laravel-starter-tpl.git
9292
```
9393

9494
2. **Generate** `.env` file
@@ -157,9 +157,9 @@ This repository was created in **2022** by [lotyp / wayofdev](https://github.com
157157
Thank you for considering contributing to the wayofdev community!
158158
We are open to all kinds of contributions. If you want to:
159159

160-
- 🤔 Suggest a feature
161-
- 🐛 Report an issue
162-
- 📖 Improve documentation
163-
- 👨‍💻 Contribute to the code
160+
* 🤔 Suggest a feature
161+
* 🐛 Report an issue
162+
* 📖 Improve documentation
163+
* 👨‍💻 Contribute to the code
164164

165165
<br>

0 commit comments

Comments
 (0)