Skip to content

Commit b4b1f14

Browse files
Chris8934franmomu
authored andcommitted
docs: improve test section of README.md
1 parent 31ed28b commit b4b1f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To set up and run the tests, follow these steps:
9898

9999
- Install [Docker](https://www.docker.com/) and ensure you have `docker compose`
100100
- From the project root, run `docker compose up -d` to start containers in daemon mode
101-
- Enter the container via `docker compose exec php bash` and navigate to the root directory: `cd /var/www`
101+
- Enter the container via `docker compose exec php bash` (you are now in the root directory: `/var/www`)
102102
- Install Composer dependencies via `composer install`
103103
- Run the tests: `bin/phpunit -c tests/`
104104

@@ -107,8 +107,8 @@ To set up and run the tests, follow these steps:
107107
To set up and run example, follow these steps:
108108

109109
- go to the root directory of extensions
110-
- download composer: `wget https://getcomposer.org/composer.phar`
111-
- install dev libraries: `php composer.phar install`
110+
- [download composer](https://getcomposer.org/download/)
111+
- install dev libraries: `composer install`
112112
- edit `example/em.php` and configure your database on top of the file
113113
- run: `php example/bin/console` or `php example/bin/console` for console commands
114114
- run: `php example/bin/console orm:schema-tool:create` to create the schema

0 commit comments

Comments
 (0)