Skip to content

Commit f7e3100

Browse files
author
Watchmaker
committed
Add raw download instruction
1 parent b80844e commit f7e3100

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/scripts/bt-next-adjustment-block.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ INSTALLATION STEPS
99
2. Install the following packages:
1010
npm install @polkadot/api
1111
npm install prompt-sync
12-
3. Run this script using the command "node bt-next-adjustment-block.js". Follow the prompts to enter the network and subnet number.
12+
3. Download the raw version of this file, save it as `bt-next-adjustment-block.js` anywhere in your Bittensor environment.
13+
4. Run the script using the command "node bt-next-adjustment-block.js". Follow the prompts to enter the network and subnet number.
1314
1415
EXAMPLE
1516
=======
@@ -94,4 +95,4 @@ queryBittensorData()
9495
.catch(console.error)
9596
.finally(() => process.exit());
9697

97-
console.warn = () => {};
98+
console.warn = () => {};

0 commit comments

Comments
 (0)