Skip to content

Commit

Permalink
gh docs scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
sweikenb committed Sep 29, 2023
1 parent e89f4ca commit da76d8a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
20 changes: 1 addition & 19 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# Summary

# Installation

Install the latest version using [composer](https://getcomposer.org/):

```bash
composer require sweikenb/pcntl
```

## System Requirements

This library requires at least **PHP v8.2** with the following extensions enabled:

- `pcntl`
- `posix`
- `sockets`

Note that this library is **incompatible** with the `grpc` extension!

In order to execute the unit-tests you will need to run them in a linux environment.
[Installation](installation.md)

# Features

Expand Down
19 changes: 19 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Installation

Install the latest version using [composer](https://getcomposer.org/):

```bash
composer require sweikenb/pcntl
```

## System Requirements

This library requires at least **PHP v8.2** with the following extensions enabled:

- `pcntl`
- `posix`
- `sockets`

Note that this library is **incompatible** with the `grpc` extension!

In order to execute the unit-tests you will need to run them in a linux environment.

0 comments on commit da76d8a

Please sign in to comment.