Skip to content

Commit 88b7725

Browse files
committed
Install Document update
1 parent 893e688 commit 88b7725

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/node_modules
2+
/vendor/*
23
/public/build
34
/public/hot
45
/public/storage

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,23 @@
3737
git clone https://github.com/php-kchat/kchat.git
3838
```
3939

40+
#### Install Composer
41+
42+
```
43+
composer install
44+
```
45+
4046
> OR
4147
4248
[Download Zip](https://github.com/php-kchat/kchat/archive/refs/heads/master.zip)
4349
and Extract to your Web Directory
4450

51+
#### Install Composer
52+
53+
```
54+
composer install
55+
```
56+
4557
> OR
4658
4759
#### Using with Composer

0 commit comments

Comments
 (0)