From 4c9f1af0ab174c2598e4fa2c617d86c645b81a44 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sat, 16 Feb 2019 11:04:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d7f6bb..69a8038 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A paste bin that's actually minimalist. No database requirement, no commenting f ##### so how do you get bin? -Download the latest version from the [releases](https://github.com/w4/bin/releases) page, extract it and run the `./bin` executable. You can compile it from source using Cargo: +Download the latest version from the [releases](https://github.com/w4/bin/releases) page, extract it and run the `./bin` executable. You can also compile it from source using Cargo if you swing that way: ```bash # nix-shell provides an environment with rust/cargo installed -- libgit2 1.7.2