Skip to content

Commit

Permalink
Fix typo in script name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Sep 18, 2024
1 parent 4aab1ad commit da94bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/jitsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The generated maven repository is then host in the project https://github.com/el

#### Jitsi version

Update the script `./tools/jitsi/build_jisti_libs.sh` with the tag of the project `https://github.com/jitsi/jitsi-meet`.
Update the script `./tools/jitsi/build_jitsi_libs.sh` with the tag of the project `https://github.com/jitsi/jitsi-meet`.

Latest tag can be found from this page: https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md

Expand All @@ -39,7 +39,7 @@ Currently we are building the version with the tag `mobile-sdk-10.2.0`.
At the root of the Element Android, run the following script:

```shell script
./tools/jitsi/build_jisti_libs.sh
./tools/jitsi/build_jitsi_libs.sh
```

It will build the Jitsi Meet Android library and put every generated files in the folder `/tmp/jitsi`
Expand Down
File renamed without changes.

0 comments on commit da94bb8

Please sign in to comment.