|
|
@ -28,30 +28,6 @@ You must have [Node.js](https://nodejs.org/en/download/) v12 or higher (v14 reco |
|
|
|
|
|
|
|
To install the command line, do the following: |
|
|
|
|
|
|
|
### Step 1: [Download or `git clone` the command line repository code](https://github.com/blockstack/stacks.js/tree/master/packages/cli) |
|
|
|
|
|
|
|
Downloading or cloning the repo creates a `cli-blockstack` repository on your system. |
|
|
|
|
|
|
|
### Step 2: Change directory into the `cli-blockstack` directory |
|
|
|
|
|
|
|
```bash |
|
|
|
cd cli-blockstack |
|
|
|
``` |
|
|
|
|
|
|
|
### Step 3: Install the dependencies with `npm` |
|
|
|
|
|
|
|
```bash |
|
|
|
npm install |
|
|
|
``` |
|
|
|
|
|
|
|
### Step 4: Build the command line command |
|
|
|
|
|
|
|
```bash |
|
|
|
npm run build |
|
|
|
``` |
|
|
|
|
|
|
|
### Step 5: Link the command |
|
|
|
|
|
|
|
```bash |
|
|
|
npm install -g @stacks/cli |
|
|
|
``` |
|
|
|