Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Dec 29, 2023
1 parent 038b3bd commit b32b9ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ This package serves as a starting point and reference for all Eclipse-based PHP
* PHP >= 8.2
* See the `require` section in [composer.json](composer.json) for required PHP extensions
* MariaDB >= 10.6
* Composer
* For local development:
* Node.js with npm
* Although not obligatory, [Lando](https://lando.dev/) is recommended for setting up the Docker containers. All Eclipse packages already ship with a Lando config file.

## Getting started
1. Create a new project with composer:
```shell
composer create-project eclipseapp/skeleton
composer create-project eclipseapp/skeleton myprojectname -s dev
````
2. Run `npm install` in the directory.
3. Run `lando start` and then `lando ssh` to enter into the container.
Expand Down

0 comments on commit b32b9ae

Please sign in to comment.