From 1556de1f2122a3a80d7215ad581421b296aa8c70 Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 21 Nov 2019 01:11:56 +0700 Subject: [PATCH] Update compilation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b92073f..5457e5b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Zoomer application for Linux. ```console $ nix-shell # only for NixOS -$ nimble build +$ nimble build -d:release $ ./boomer ```