Skip to content

Commit

Permalink
docs(contributing): mention schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 23, 2020
1 parent 1d64137 commit 42519f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ are on roadmap. If you have idea for new feature, please open feature request fi

Also, it will be great to [contact](.github/SUPPORT.md) developers to discuss implementation
details.

## Schema update

If new layer is released in [tdesktop](https://github.com/telegramdesktop/tdesktop) repo, one can
use it to update to latest schema:

```console
$ make download_schema generate
```

Please don't do it too early, because it is possible to have multiple versions of
layer.

0 comments on commit 42519f2

Please sign in to comment.