Skip to content

Commit 96a9210

Browse files
authored
Merge pull request #105 from dmecke/doc-composer
added missing composer install step to the documentation
2 parents cde3880 + e08fb0f commit 96a9210

File tree

4 files changed

+427
-168
lines changed

4 files changed

+427
-168
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ $ cd generator/doc/doc-en
2020
$ svn update
2121
```
2222

23+
To use the generator, you need to make sure you installed all the needed dependencies:
24+
25+
```bash
26+
$ cd generator
27+
$ composer install
28+
```
29+
2330
### Generating the functions
2431

2532
Generating the functions can be done with a simple command.

generated/functionsList.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@
990990
'sha1_file',
991991
'sprintf',
992992
'substr',
993+
'vsprintf',
993994
'swoole_async_write',
994995
'swoole_async_writefile',
995996
'swoole_event_defer',

0 commit comments

Comments
 (0)