1
0
Fork 0

[Update] add language to shell code block

main
Mist 2024-04-03 17:35:06 +08:00 committed by GitHub
parent 1698892981
commit f616da253f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ We always recommend you to compile CodeSnap.nvim from `source` instead of using
### Compile on ARM ### 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 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 export CC=gcc
sudo dnf install libuv libuv-devel # On RHEL based systems sudo dnf install libuv libuv-devel # On RHEL based systems
sudo apt-get install libtool libuv1-dev # On Debian based systems sudo apt-get install libtool libuv1-dev # On Debian based systems