Installation
Download
- Linux
- macOS
- Windows
# x86_64
curl -fsSL https://github.com/mivsr/rsvim/releases/latest/download/rsvim-x86_64-unknown-linux-gnu.tar.gz | tar zxf -
# arm64
curl -fsSL https://github.com/mivsr/rsvim/releases/latest/download/rsvim-aarch64-unknown-linux-gnu.tar.gz | tar zxf -
# x86_64
curl -fsSL https://github.com/mivsr/rsvim/releases/latest/download/rsvim-x86_64-apple-darwin.tar.gz | tar zxf -
# arm64
curl -fsSL https://github.com/mivsr/rsvim/releases/latest/download/rsvim-aarch64-apple-darwin.tar.gz | tar zxf -
# x86_64
Invoke-WebRequest -Uri https://github.com/mivsr/rsvim/releases/latest/download/rsvim-x86_64-pc-windows-msvc.zip -OutFile rsvim.zip; Expand-Archive -Path rsvim.zip
# arm64
Invoke-WebRequest -Uri https://github.com/mivsr/rsvim/releases/latest/download/rsvim-aarch64-pc-windows-msvc.zip -OutFile rsvim.zip; Expand-Archive -Path rsvim.zip
Build
# stable
cargo install rsvim
# develop
cargo install --git https://github.com/mivsr/rsvim.git rsvim