Skip to content

Commit

Permalink
docs: lint readme using markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 29, 2024
1 parent 7d69f84 commit 767de29
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ This starter template includes several added, changed, and removed features:

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

- **macOS** Monterey+ or **Linux**
- Docker 20.10 or newer
- [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)
- 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.
- **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.
* **macOS** Monterey+ or **Linux**
* Docker 20.10 or newer
* [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)
* 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.
* **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.

<br>

Expand All @@ -88,7 +88,7 @@ To use this repository, you need to meet the following requirements:
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.

```bash
$ git clone [email protected]:wayofdev/laravel-starter-tpl.git
git clone [email protected]:wayofdev/laravel-starter-tpl.git
```

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

- 🤔 Suggest a feature
- 🐛 Report an issue
- 📖 Improve documentation
- 👨‍💻 Contribute to the code
* 🤔 Suggest a feature
* 🐛 Report an issue
* 📖 Improve documentation
* 👨‍💻 Contribute to the code

<br>

0 comments on commit 767de29

Please sign in to comment.