Update laconic CLI installation
All checks were successful
Lint / lint (18.x) (pull_request) Successful in 1m43s
Tests / cli_tests (18.x) (pull_request) Successful in 9m4s

This commit is contained in:
Prathamesh Musale 2024-05-09 15:16:08 +05:30
parent 95fb072568
commit 0a38d13eea

View File

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