Skip to content

Commit ab5f46e

Browse files
committed
update README
1 parent 943f969 commit ab5f46e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,15 @@ cell <file>.cell
6565
cargo install --git https://github.com/nervosnetwork/ckb-standalone-debugger ckb-debugger
6666
ckb-debugger --bin <file>
6767
```
68+
69+
## How to Deploy?
70+
```
71+
git clone git@github.com:cell-labs/cell-cli.git
72+
cd cell-cli
73+
npm install
74+
npm install -g .
75+
# 1、Copy the cell bin file to the Cell-Cli folder: exmple: helloworld
76+
# 2、Enter your CKB private key in cell.config.js
77+
cell-cli deploy ./helloworld
78+
```
79+

0 commit comments

Comments
 (0)