aboutsummaryrefslogtreecommitdiff
path: root/installer/install-rust-analyzer.cmd
blob: 083bba2734097fc33f952242e9361457806a50c2 (plain)
1
2
3
4
5
@echo off

curl -L -o rust-analyzer-windows.exe "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-24/rust-analyzer-windows.exe"

move rust-analyzer-windows.exe rust-analyzer.exe