mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
docs: update README.md with a runtimes section
This commit is contained in:
parent
9e83681cee
commit
e98b7768db
1 changed files with 6 additions and 2 deletions
|
|
@ -109,8 +109,12 @@ Additional advanced parameters can be passed in as well:
|
||||||
* `--socketTimeout N`: Specifies socket timeout (where `N` is a number, eg. `5000`).
|
* `--socketTimeout N`: Specifies socket timeout (where `N` is a number, eg. `5000`).
|
||||||
* ... and the rest in the same format.
|
* ... and the rest in the same format.
|
||||||
|
|
||||||
## Deno
|
## Using with other runtimes
|
||||||
The minimum supported deno version is `1.39.2` and the `--allow-net` permission is required.
|
While we still expect to be some minor issues with these, the library works, if any problems
|
||||||
|
arises please open an issue and we'll look into it.
|
||||||
|
|
||||||
|
* **Deno**: Minimum supported deno version is `1.39.2` and the `--allow-net` permission is required.
|
||||||
|
* **Bun**: Minimum supported version is `1.1.21`.
|
||||||
|
|
||||||
## Common Issues
|
## Common Issues
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue