From 1c1124c17cf2ae1a13391d74f19b5d169a4f7fbe Mon Sep 17 00:00:00 2001 From: Tkmxqrd Date: Sat, 19 Oct 2024 10:43:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a9a426..9a4b973 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ If you prefer to install manually, follow these steps: 3. Install the application: ```bash - sudo make install + make install ``` ## Running the Program @@ -75,7 +75,7 @@ If you prefer to install manually, follow these steps: To run the program, use the following command: ```bash -./output/davinci-convert +davinci-convert ``` ### Usage