revise non-nix installation instructions

flake-overlay-tweak
Brian Hicks 2021-08-24 17:32:28 -05:00
parent b9c7550af9
commit ed6f566e2c
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ nix-env -if .
After this, the `similar-sort` binary should be available on your `PATH`.
If you don't have `nix`, you'll need to install the `go` compiler yourself and run `go build similar-sort.go`.
The project has no external dependencies and should result in a static binary you can put wherever.
If you don't have `nix`, you'll need to install a Rust compiler toolchain yourself and run `cargo build`.
### Adding to Vim