fix installation treat install as comment

This commit is contained in:
Night Kaly 2024-03-12 20:57:05 +00:00
parent 2f46ef959a
commit 4cbe842c30
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

View file

@ -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
```