mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
update readme
This commit is contained in:
parent
38e59445f7
commit
d96e876329
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
|
@ -20,8 +20,19 @@ Based on [Ratchet](https://github.com/ratchetphp/Ratchet) asynchronous socket li
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
* `apt install git composer php-fpm php-mbstring` - install system dependencies
|
### Environment
|
||||||
* `git clone https://github.com/YGGverse/next.git` - get latest server version
|
|
||||||
|
``` 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
|
* `cd next` - navigate into the project directory
|
||||||
* `composer update` - grab latest dependencies
|
* `composer update` - grab latest dependencies
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue