From d0795e92855d15559480c84b874cc598a2a646b1 Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Tue, 22 Dec 2020 00:14:20 +0100 Subject: [PATCH] kdbg: fixed typo --- kdbg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdbg/README.md b/kdbg/README.md index 85516ad..6d62d31 100644 --- a/kdbg/README.md +++ b/kdbg/README.md @@ -34,7 +34,7 @@ If you specified an install prefix during the cmake step above (with `-DCMAKE_IN ``` cp prefix.sh install_dir/kdbg -source install_dir/kdbg +source install_dir/kdbg/prefix.sh install_dir/kdg ``` -- GitLab