Skip to main content
Version: Next

Installation

Download

# x86_64
curl -fsSL https://github.com/rsvim/rsvim/releases/latest/download/rsvim-x86_64-unknown-linux-gnu.tar.gz | tar zxf -

# arm64
curl -fsSL https://github.com/rsvim/rsvim/releases/latest/download/rsvim-aarch64-unknown-linux-gnu.tar.gz | tar zxf -

Build From Source

git clone https://github.com/rsvim/rsvim
cd rsvim
cargo install --path ./rsvim_cli