From cab902d762fcc24fb72dbddf6e35a56ec6866764 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 19 Mar 2024 13:00:14 +0800 Subject: [PATCH] readme: add tips for linux users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6249f475..eb73edef 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For **macOS** users: For **Linux** users: * `xdg-open` must be installed to support open native file manager. -* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your linux. +* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your linux, and it requires `ttf-mscorefonts-installer` installed. * Maybe you need to set environment variable `AVALONIA_SCREEN_SCALE_FACTORS`. See https://github.com/AvaloniaUI/Avalonia/wiki/Configuring-X11-per-monitor-DPI. * Modify `SourceGit.desktop.template` (replace SOURCEGIT_LOCAL_FOLDER with real path) and move it into `~/.local/share/applications`.