Fix broken links in README.md
This commit is contained in:
parent
439ba9bd77
commit
e959633df5
|
|
@ -11,7 +11,7 @@ A minimal, modern PHP project template that provides a clean foundation for buil
|
||||||
- Ready‑to‑use [PHPUnit](https://phpunit.de/) testing setup
|
- Ready‑to‑use [PHPUnit](https://phpunit.de/) testing setup
|
||||||
- [PHP‑CS‑Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) configuration for consistent code style
|
- [PHP‑CS‑Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) configuration for consistent code style
|
||||||
- Clean `public/` entry point for web requests
|
- Clean `public/` entry point for web requests
|
||||||
- Fully compatible with the [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git)
|
- Fully compatible with the [PHPStarter CLI](https://gitea.ramoncaballero.dev/mon/phpstarter-cli.git)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ A minimal, modern PHP project template that provides a clean foundation for buil
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
It is recommended to use [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git), as it automates the entire setup process and requires almost no manual configuration.
|
It is recommended to use [PHPStarter CLI](https://gitea.ramoncaballero.dev/mon/phpstarter-cli.git), as it automates the entire setup process and requires almost no manual configuration.
|
||||||
|
|
||||||
However, you can also install PHPStarter manually by following the steps below.
|
However, you can also install PHPStarter manually by following the steps below.
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@ Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /var/www/sites/
|
cd /var/www/sites/
|
||||||
git clone https://gitea.ramoncaballero.dev/PHPStarter.git <myproject>
|
git clone https://gitea.ramoncaballero.dev/mon/PHPStarter.git <myproject>
|
||||||
cd <myproject>
|
cd <myproject>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -77,7 +77,7 @@ php -S localhost:8000 -t public
|
||||||
|
|
||||||
Or configure Apache manually.
|
Or configure Apache manually.
|
||||||
|
|
||||||
If using the [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git), the virtual host is created automatically.
|
If using the [PHPStarter CLI](https://gitea.ramoncaballero.dev/mon/phpstarter-cli.git), the virtual host is created automatically.
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue