fix(readme): fixed setup instructions
This commit is contained in:
parent
c286570500
commit
e1e4d08ac1
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ git clone https://github.com/teidesu/mtcute
|
||||||
cd mtcute
|
cd mtcute
|
||||||
yarn install
|
yarn install
|
||||||
npx lerna link
|
npx lerna link
|
||||||
|
|
||||||
|
# generate code from tl schema
|
||||||
|
cd packages/tl
|
||||||
|
yarn generate-code
|
||||||
```
|
```
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
Loading…
Reference in a new issue