update readme

This commit is contained in:
yggverse 2024-05-06 08:34:02 +03:00
parent 38e59445f7
commit d96e876329

View File

@ -20,8 +20,19 @@ Based on [Ratchet](https://github.com/ratchetphp/Ratchet) asynchronous socket li
## Install
* `apt install git composer php-fpm php-mbstring` - install system dependencies
* `git clone https://github.com/YGGverse/next.git` - get latest server version
### Environment
``` bash
apt install git composer php-fpm php-mbstring
```
### Stable
Project under development, use [repository](#repository) version!
### Repository
* `git clone https://github.com/YGGverse/next.git`
* `cd next` - navigate into the project directory
* `composer update` - grab latest dependencies