From 58b24884456aeeef50074116fb65721cc5034bca Mon Sep 17 00:00:00 2001 From: Beat Rupp Date: Wed, 27 Jan 2021 14:20:35 +0100 Subject: [PATCH] Update README.md Add missing -p argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d91b9..d566d15 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ To build Sitrep, clone this repository and open Terminal in the repository root ```bash swift build -swift run sitrep ~/path/to/your/project/root +swift run sitrep -p ~/path/to/your/project/root ``` If you would like to keep a copy of the `sitrep` executable around, find it in the `.debug` directory after running `swift build`.