Skip to content

Commit

Permalink
Updates readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
a.stecher committed Oct 7, 2024
1 parent 64a3f43 commit ee3ada3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion watcher-c/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee3ada3

Please sign in to comment.