From 6a174c6eb1d569cc07221f37ae2e9941c5e1688e Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 12 Apr 2024 03:06:37 +0300 Subject: [PATCH] docs: add note on readme for installing gamedig from the repository --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e020600..3e014bf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Make sure to check if your game's ID is in the [id migration document](MIGRATE_I See the [GAMES_LIST.md](GAMES_LIST.md) file for the currently supported titles, not yet supported titles and notes about some of them. ## 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 import { GameDig } from 'gamedig'; // Or if you're using CommonJS: