From b61eb809f646cbeac59a73e3e22c5d7074d2058a Mon Sep 17 00:00:00 2001 From: ngn Date: Thu, 1 Aug 2024 19:07:57 +0300 Subject: [PATCH] fix: rename confer in README and comments --- README.md | 12 ++++++------ src/main.c | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 39376d4..2385fc4 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ # confer | MatterLinux configuration manager -`coner` is a simple tool for managing desktop/window manager configurations, +`confer` is a simple tool for managing desktop/window manager configurations, it allows you to easily create configurations from your dot files and allows you to easily install them ### Installation -To compile `coner` and to use it, you will need the following: -- gcc +To compile `confer` and to use it, you will need the following: +- gcc - libgit2 - make -- gettext +- gettext - libinih - curl - doas (or sudo) -After installing these dependencies, **download the latest +After installing these dependencies, **download the latest release for a stable build**. Clone the repository only for development. -After downloading the source code, you can compile `mc` using the +After downloading the source code, you can compile `confer` using the `make` tool: ```bash make diff --git a/src/main.c b/src/main.c index ce396e9..7870a00 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,7 @@ /* - * mc | MatterLinux Configuration Manager + * confer | MatterLinux configuration manager * MatterLinux 2023-2024 (https://matterlinux.xyz) * This program is free software: you can redistribute it and/or modify