From 8f55ecfda89a4551b7148f7b44d5734e7d7d54ab Mon Sep 17 00:00:00 2001 From: Ron Hough Date: Sat, 11 Mar 2023 15:11:06 -0600 Subject: [PATCH] wip --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 98d6bb5..432ec17 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,9 @@ conan profile detect sudo ldconfig ``` __TODO__: The `sudo ldconfig` step should be added to the `deb` package `postinst` step... +3. To run: + ``` + $ cppchallenge + Hello World! + File name is: aname + ```