Skip to content

Commit ba00ed8

Browse files
authored
Installation.
1 parent b6a5ce3 commit ba00ed8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ A bot that extends grid trading once you use it to create a grid using orders wi
44
This was developed with NodeJS running in the BASH shell provided by Windows 10. I believe it's using "Windows Subsystem for Linux" and that there are some oddities because of this. I don't see them as odd because I'm not familiar enough with Linux yet.
55

66
## Installation
7-
Once the file (kraken-grid.js) is installed with the dependencies (NPM and/or Node figures this out), you can run it and it will save a file`keys.txt to your home folder.
7+
1. Get your API key and secret from Kraken.
8+
2. Install [NodeJS](https://nodejs.org/)
9+
3. Run `npm install kraken-grid`
10+
11+
If you install kraken-grid globally, you can run it from anywhere. Please note that it will save a file `keys.txt to your home folder.
812

913
## Usage
1014
At the prompt that kraken-grid presents (>), you can enter one of these commands:

0 commit comments

Comments
 (0)