From ed6f566e2ce42110cb90e2c57ef6c262fb115799 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 24 Aug 2021 17:32:28 -0500 Subject: [PATCH] revise non-nix installation instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f71f2c..1573286 100644 --- a/README.md +++ b/README.md @@ -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