Update laconic CLI installation
This commit is contained in:
parent
95fb072568
commit
0a38d13eea
@ -2,7 +2,13 @@
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
* Install laconic CLI globally as suggested in the [installation steps](../README.md#install)
|
* Install laconic CLI globally:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# In laconic-registry-cli repo root
|
||||||
|
yarn && yarn build
|
||||||
|
yarn global add file:$PWD
|
||||||
|
```
|
||||||
|
|
||||||
* Run the laconicd chain:
|
* Run the laconicd chain:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user