From 4cbe842c30f3e2805088c479e95a47e1f7d8965a Mon Sep 17 00:00:00 2001 From: night0721 Date: Tue, 12 Mar 2024 20:57:05 +0000 Subject: [PATCH] fix installation treat install as comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c88b164..dc3c9fb 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ You will need to run these with elevated privilages. ```sh $ git clone https://github.com/piotr-marendowski/ccc $ make -# make install +$ sudo make install ```