diff --git a/README.md b/README.md index d2f3c9e..742222a 100644 --- a/README.md +++ b/README.md @@ -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 - [PHP‑CS‑Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) configuration for consistent code style - Clean `public/` entry point for web requests -- Fully compatible with the [PHPStarter CLI](https://ramoncaballero.dev/phpstarter-cli.git) +- Fully compatible with the [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git) ## Requirements @@ -22,7 +22,7 @@ A minimal, modern PHP project template that provides a clean foundation for buil ## Installation -It is recommended to use [PHPStarter CLI](https://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/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. @@ -31,7 +31,7 @@ Clone the repository: ```bash cd /var/www/sites/ -git clone https://ramoncaballero.dev/PHPStarter.git +git clone https://gitea.ramoncaballero.dev/PHPStarter.git cd ``` @@ -77,7 +77,7 @@ php -S localhost:8000 -t public Or configure Apache manually. -If using the [PHPStarter CLI](https://ramoncaballero.dev/phpstarter-cli.git), the virtual host is created automatically. +If using the [PHPStarter CLI](https://gitea.ramoncaballero.dev/phpstarter-cli.git), the virtual host is created automatically. ## Customization