From 926899e09ad5c2f6128af62d072ea4fffe09d7c1 Mon Sep 17 00:00:00 2001 From: cap153 <67049883+cap153@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:37:23 +0800 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..773222b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +需要提前安装`npm`等等环境,如果是arch用户可以使用`paru`或者`yay`安装,示例如下 + +```bash +paru -S python-neovim python-pip npm +paru -S lua51 imagemagick luarocks ueberzugpp +sudo luarocks --lua-version=5.1 install magick +```