Browse Source

docs: command in code

feat/stacks-js-updates
Alexander Graebe 4 years ago
parent
commit
ee5ddd32cf
  1. 2
      src/pages/stacks-blockchain/accounts.md

2
src/pages/stacks-blockchain/accounts.md

@ -88,7 +88,7 @@ A second alternative would be to use [stacks-gen](https://github.com/psq/stacks-
#### stacks-gen prerequisite #### stacks-gen prerequisite
Install [npx](https://github.com/npm/npx) if not already installed. (npx will check whether <command> exists in \$PATH, or in the local project binaries, and execute that. If <command> is not found, it will be installed prior to execution). Install [npx](https://github.com/npm/npx) if not already installed. (npx will check whether `<command>` exists in \$PATH, or in the local project binaries, and execute that. If `<command>` is not found, it will be installed prior to execution).
``` ```
npm install -g npx npm install -g npx

Loading…
Cancel
Save