From 0983c4ae66fe3ff44f3bedac0a6e094118bdcd4a Mon Sep 17 00:00:00 2001 From: "a.stecher" Date: Mon, 7 Oct 2024 16:23:37 +0200 Subject: [PATCH] Updates readme. --- watcher-c/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watcher-c/readme.md b/watcher-c/readme.md index 06dd0fb3..506b998d 100644 --- a/watcher-c/readme.md +++ b/watcher-c/readme.md @@ -11,7 +11,7 @@ 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 a tool of your choice, -we will use c++. +we will use `c++`. ```bash curl -L https://github.com/e-dant/watcher/archive/refs/heads/next.tar.gz | tar xz @@ -19,7 +19,7 @@ cd watcher-next/watcher-c c++ -o libwatcher-c.so ./src/watcher-c.cpp -I ./include -I ../include -std=c++17 -fPIC -shared ``` -This gives us a `libwatcher-c.so` library that we can now install on our system. +This gives us a `libwatcher-c.so` library that you can now install on your system. In most container based environments you can just copy the library like this: ```bash