From 97ef580602caa9a5768f68e2b885d4dc29ce2609 Mon Sep 17 00:00:00 2001 From: Sasha Klein Date: Thu, 14 Oct 2021 19:35:37 -0500 Subject: [PATCH] Clarify how to run sparrow from CL This tiny Readme edit would, I think, have preempted the confusion that prompted #263 . I thought that the general install installed a global command, and didn't think, for some time, to run from within the directory. Dumb, but figured clarifying the doc would be better than just figuring it out silently on my own. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3285c1..5937a96d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The release binaries are reproducible from v1.5.0 onwards (pre codesigning and i ## Running -If you prefer to run Sparrow directly from source, it can be launched with +If you prefer to run Sparrow directly from source, it can be launched from within the project directory with `./sparrow`