From e79c4bf6d842ed96a009de26409dd5311a128cf5 Mon Sep 17 00:00:00 2001 From: evlic Date: Thu, 7 Sep 2023 18:02:45 +0800 Subject: [PATCH] doc: update README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6b7d6f6..a9d2761 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,24 @@ - [Themeable](https://github.com/jhildenbiddle/typora-themeable) - + +## install tutorial + +```shell +### +# macOS +### + +cd ~/Library/Application\ Support/abnerworks.Typora + +rm -rf themes + +git clone https://lab.evlic.cn/evlic/typora-theme.git themes + +killall Typora + +open -a Typora + +``` + +enjoy it! \ No newline at end of file