summaryrefslogtreecommitdiff
path: root/life2/game/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'life2/game/INSTALL')
-rw-r--r--life2/game/INSTALL17
1 files changed, 0 insertions, 17 deletions
diff --git a/life2/game/INSTALL b/life2/game/INSTALL
deleted file mode 100644
index 63f6957..0000000
--- a/life2/game/INSTALL
+++ /dev/null
@@ -1,17 +0,0 @@
-
- INSTALLATION OF @life2/game
-
-
- NPM
-
-@life2/game is a JavaScript package distributed via NPM (https://npmjs.com).
-You can found the online page of the package at
-https://npmjs.com/package/@life2/game.
-
-Installation can be done in any Node.js projects or with NPM-compatible tools:
-
- # NPM
- npm install @life2/game
-
- # Yarn
- yarn add @life2/game