From 5892114d01a3c9934e4fe2e0aaa76289e79ce5bf Mon Sep 17 00:00:00 2001 From: Charles the Thobe <95266557+charlesthobe@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:51:44 +0300 Subject: [PATCH] README: Fix installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c77ae8c..c9564cb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The `chdman` binary will be in the `build/` directory. After you compile, run: ``` -cp chdman ~/../usr/bin/. +cp build/chdman ~/../usr/bin/. ``` > **Note**