From 120d1191c16ac1686c45d59817587e484336987a Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 14 May 2024 08:30:43 +0200 Subject: [PATCH] update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a032f43..e89ec72 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ https://support.alarisworld.com/de-de/s2080w-scanner#Software ```bash mkdir build && cd build -cmake .. +cmake -DCMAKE_BUILD_TYPE=RELEASE .. make sudo make install ``` @@ -47,7 +47,7 @@ sudo make install ```bash mkdir build && cd build -cmake .. +cmake -DCMAKE_BUILD_TYPE=RELEASE .. make package ``` -- 2.39.5