Skip to content

Commit

Permalink
revise non-nix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent b9c7550 commit ed6f566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit ed6f566

Please sign in to comment.