Browse Source

docs: fix based on feedback

friedger-patch-1
Alexander Graebe 4 years ago
committed by Alexander Graebe
parent
commit
99046ab88e
  1. 24
      src/pages/references/stacks-cli.md

24
src/pages/references/stacks-cli.md

@ -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
```

Loading…
Cancel
Save