From f616da253fe7e43d47f63ab81ad9b105a18dbaf3 Mon Sep 17 00:00:00 2001 From: Mist Date: Wed, 3 Apr 2024 17:35:06 +0800 Subject: [PATCH] [Update] add language to shell code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a5241..f2a9b41 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ We always recommend you to compile CodeSnap.nvim from `source` instead of using ### Compile on ARM If you try to compile CodeSnap.nvim on ARM architecture, you may need to install additional dependencies to compile it, thanks @matteocavestri mentioned in https://github.com/mistricky/codesnap.nvim/issues/53#issuecomment-2032088162 -``` +```shell export CC=gcc sudo dnf install libuv libuv-devel # On RHEL based systems sudo apt-get install libtool libuv1-dev # On Debian based systems