Skip to content

Commit

Permalink
Add prebuilt-tdlib@td-1.8.25 to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Mar 3, 2024
1 parent b627254 commit d3c31e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ specified manually).
### prebuilt-tdlib

Instead of building TDLib from source, you can possibly install pre-built TDLib libraries distributed through the `prebuilt-tdlib` npm package (`npm install prebult-tdlib`). To install `prebuilt-tdlib` for a specific TDLib version, for example v1.8.23, run `npm install prebuilt-tdlib@td-1.8.23`. The available versions of `prebuilt-tdlib` can be found by running `npm info prebuilt-tdlib dist-tags`. An example of using libraries from `prebuilt-tdlib` is present in the section below. The supported systems are x86_64 GNU/Linux, x86_64 & arm64 macOS, and x86_64 Windows. See the README of [prebuilt-tdlib][] for additional information.
Instead of building TDLib from source, you can possibly install pre-built TDLib libraries distributed through the `prebuilt-tdlib` npm package (`npm install prebult-tdlib`). To install `prebuilt-tdlib` for a specific TDLib version, for example v1.8.25, run `npm install prebuilt-tdlib@td-1.8.25`. The available versions of `prebuilt-tdlib` can be found by running `npm info prebuilt-tdlib dist-tags`. An example of using libraries from `prebuilt-tdlib` is present in the section below. The supported systems are x86_64 GNU/Linux, x86_64 & arm64 macOS, and x86_64 Windows. See the README of [prebuilt-tdlib][] for additional information.

[prebuilt-tdlib]: packages/prebuilt-tdlib/README.md

Expand Down
11 changes: 4 additions & 7 deletions packages/prebuilt-tdlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ supports, run:
$ npm install prebuilt-tdlib
```

To install `prebuilt-tdlib` for a specific TDLib version, e.g. TDLib v1.8.23,
To install `prebuilt-tdlib` for a specific TDLib version, e.g. TDLib v1.8.25,
run:

```console
$ npm install prebuilt-tdlib@td-1.8.23
$ npm install prebuilt-tdlib@td-1.8.25
```

`prebuilt-tdlib` can be installed for other TDLib versions, execute
Expand Down Expand Up @@ -104,6 +104,7 @@ The releases of the `prebuilt-tdlib` npm package are not git-tagged.
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/stable.svg)](https://www.npmjs.com/package/prebuilt-tdlib)

<!-- Add new versions below -->
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.8.25.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.8.25) tdlib [d93a99e3351db82573d765ce4f5e84714c277518](https://github.com/tdlib/td/commit/d93a99e3351db82573d765ce4f5e84714c277518)
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.8.23.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.8.23) tdlib [27c3eaeb4964bd5f18d8488e354abde1a4383e49](https://github.com/tdlib/td/commit/27c3eaeb4964bd5f18d8488e354abde1a4383e49)
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.8.19.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.8.19) tdlib [2589c3fd46925f5d57e4ec79233cd1bd0f5d0c09](https://github.com/tdlib/td/commit/2589c3fd46925f5d57e4ec79233cd1bd0f5d0c09)
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.8.14.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.8.14) tdlib [66234ae2537a99ec0eaf7b0857245a6e5c2d2bc9](https://github.com/tdlib/td/commit/66234ae2537a99ec0eaf7b0857245a6e5c2d2bc9)
Expand All @@ -112,8 +113,4 @@ The releases of the `prebuilt-tdlib` npm package are not git-tagged.
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.8.5.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.8.5) tdlib [d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9](https://github.com/tdlib/td/commit/d9cfcf88fe4ad06dae1716ce8f66bbeb7f9491d9)
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.8.0.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.8.0)

Outdated versions:

- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.7.0.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.7.0)
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.6.0.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.6.0)
- [![npm](https://img.shields.io/npm/v/prebuilt-tdlib/td-1.5.0.svg)](https://www.npmjs.com/package/prebuilt-tdlib/v/td-1.5.0)
Outdated versions: `prebuilt-tdlib@td-1.7.0`, `prebuilt-tdlib@td-1.6.0`, `prebuilt-tdlib@td-1.5.0`.

0 comments on commit d3c31e2

Please sign in to comment.