From dda1693e7a5bb37212eb9ee2e156bf93a8966659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Solymos?= <15968382+slymas@users.noreply.github.com> Date: Mon, 6 May 2024 14:31:11 +0100 Subject: [PATCH] Update README.md Fix another typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d815e9d..d11a23c 100644 --- a/README.md +++ b/README.md @@ -629,7 +629,7 @@ If you get an error along the lines of error while loading shared libraries: libcpptrace.so: cannot open shared object file: No such file or directory ``` You may have to run `sudo /sbin/ldconfig` to create any necessary links and update caches so the system can find -libcpptrace.so (I had to do this on Ubuntu). Only when installing system-wide. Usually your package manger does this for +libcpptrace.so (I had to do this on Ubuntu). Only when installing system-wide. Usually your package manager does this for you when installing new libraries.