Skip to content

Commit

Permalink
Merge pull request #584 from humanmade/backport-575-to-v14-branch
Browse files Browse the repository at this point in the history
[Backport v14-branch] Clarify non-Altis support
  • Loading branch information
kovshenin authored Feb 27, 2023
2 parents 7c24ae8 + dbee267 commit a66cf23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ Altis Local Server is included by default in an Altis project, so you don't need

Altis Local Server can be installed as a dependency within a Composer-based WordPress project:

`composer require --dev altis/local-server`
```sh
$ composer require --dev altis/local-server
```

Please note that non-Altis installation is not officially supported, and is made available on an as-is basis.

## Getting Started

In your Altis project you can run the following commands:

```
```sh
# Start the server cluster
composer server start

Expand Down

0 comments on commit a66cf23

Please sign in to comment.