Skip to content

Commit ead7641

Browse files
committed
Update example filename to match previous version prefix change to an ABI
1 parent 6ac8fd9 commit ead7641

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package/extractpackage.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. */
22

33
/******************************************************************************
44
*
@@ -25,11 +25,12 @@
2525
*
2626
* USAGE
2727
* Run this script like:
28-
* node extractpackage.js path=oracledb-vX.Y.Z-node-vNN-platform-architecture.gz
28+
* node extractpackage.js path=oracledb-vX.Y.Z-node-abiNN-platform-architecture.gz
2929
* For example:
30-
* node extractpackage.js path=oracledb-v2.0.14-node-v57-darwin-x64.gz
30+
* node extractpackage.js path=oracledb-v3.0.0-node-abi64-darwin-x64.gz
3131
*
32-
* The extracted binary can be manually moved to the correct directory.
32+
* The extracted binary can be manually moved to the correct directory such
33+
* as node_modules/oracledb/build/Release
3334
*
3435
*****************************************************************************/
3536

0 commit comments

Comments
 (0)