mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
docs: add note on readme for installing gamedig from the repository
This commit is contained in:
parent
ee5baaff13
commit
6a174c6eb1
1 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ See the [GAMES_LIST.md](GAMES_LIST.md) file for the currently supported titles,
|
||||||
|
|
||||||
## Usage from Node.js
|
## Usage from Node.js
|
||||||
Install using your favorite package manager: `npm install gamedig`, then use!
|
Install using your favorite package manager: `npm install gamedig`, then use!
|
||||||
|
**Tip**: Do you want to try and use the latest features? Install GameDig from this repository via `npm i git+https://github.com/gamedig/node-gamedig`!
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { GameDig } from 'gamedig';
|
import { GameDig } from 'gamedig';
|
||||||
// Or if you're using CommonJS:
|
// Or if you're using CommonJS:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue