From 13a1c1f350b900ce8b90afac6461018595d2e3e8 Mon Sep 17 00:00:00 2001 From: FraSharp Date: Wed, 16 Feb 2022 22:47:52 +0100 Subject: [PATCH] README: add temporary workaround for libtdjson with Apple Silicon SoC based devices Signed-off-by: FraSharp --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 032db8b..95d4a22 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ To use tg, you'll need to have the following installed: ```sh brew install tdlib ``` - and then set in config `TDLIB_PATH` + and then set in config `TDLIB_PATH`. +- macOS arm64: you can also manually put the tdlib prebuilt (tdlib-arm64-prebuilts/libtdjson.dylib) in `/usr/local/lib`. - `urlview` to choose urls when there is multiple in message, use `URL_VIEW` in config file to use another app (it should accept urls in stdin) - to open `stickers` and `animated` ones (thumbnail preview) you need to set in mailcap appropriate handler and have app which will open `webp` file: ```ini