Skip to content

Commit

Permalink
edited for typos and clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 21, 2022
1 parent 6f43cdc commit 0663c29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Status: beta. Usable and mostly stable but bugs may happen.

## Installing and running

**Important!** Due to Microsoft's (GitHub owner) policy of requiring developers of open source projects to [pay for for hosting large files on GitHub](https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage#purchasing-additional-storage-and-bandwidth), this repository cannot include prebuilt binaries for `MobileVLCKit` and `WebRTC-lib`. As a rusult of Microsoft's decision, we do not include Podfiles into repository. You need to install them manually:
```shell
**Important!** Due to Microsoft's (GitHub owner) policy of requiring developers of open source projects to [pay for for hosting large files on GitHub](https://docs.github.com/en/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage#purchasing-additional-storage-and-bandwidth), this repository cannot include prebuilt binaries for `MobileVLCKit` and `WebRTC-lib`. As a consequence, we do not include Pod files into repository. You need to install them manually:
```
pod install
```
or on Apple Silicon (M1):
```shell
```
arch -x86_64 pod install
```

This is NOT a standalone app, this is just a frontend, a client. It requires a [backend](https://github.com/tinode/chat/). See [installation instructions](https://github.com/tinode/chat/blob/master/INSTALL.md).
Tinodios is NOT a standalone app. It's a frontend, a client. It requires a [backend](https://github.com/tinode/chat/). See [installation instructions](https://github.com/tinode/chat/blob/master/INSTALL.md).

## Getting support

Expand Down Expand Up @@ -54,7 +54,7 @@ This is NOT a standalone app, this is just a frontend, a client. It requires a [
* No typing indicators.
* No support for switching between multiple backends.
* No mentions, hashtags.
* End-to-End encryption not implemented.
* End-to-End encryption is not implemented.

## Dependencies

Expand Down

0 comments on commit 0663c29

Please sign in to comment.