From ee3ada3af2b4ed4c13af6c52cb1d1957083f3233 Mon Sep 17 00:00:00 2001 From: "a.stecher" Date: Mon, 7 Oct 2024 16:21:53 +0200 Subject: [PATCH] Updates readme. --- watcher-c/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/watcher-c/readme.md b/watcher-c/readme.md index 273dab79..06dd0fb3 100644 --- a/watcher-c/readme.md +++ b/watcher-c/readme.md @@ -10,7 +10,8 @@ the releases. If you want to compile the library yourself you can follow the following example: First check out a branch or release, here we'll use the 'next' branch. -You can then compile the library with meson (or c++, clang, gcc, ...). +You can then compile the library with meson or a tool of your choice, +we will use c++. ```bash curl -L https://github.com/e-dant/watcher/archive/refs/heads/next.tar.gz | tar xz