From: Bastian Dehn Date: Sun, 16 Jun 2024 11:12:41 +0000 (+0200) Subject: change readme compile without full path X-Git-Tag: 1.0.0^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=de13d4dfd7b9d81bf9475335861bd00a28f0091c;p=feierabend.git change readme compile without full path --- diff --git a/readme.md b/readme.md index abb8177..536631a 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,6 @@ make ```bash mkdir build && cd build -cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc .. +cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc .. make ``` \ No newline at end of file