fix: rename confer in README and comments

This commit is contained in:
ngn 2024-08-01 19:07:57 +03:00
parent c747ca759b
commit b61eb809f6
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# confer | MatterLinux configuration manager # 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 it allows you to easily create configurations from your dot files and
allows you to easily install them allows you to easily install them
### Installation ### Installation
To compile `coner` and to use it, you will need the following: To compile `confer` and to use it, you will need the following:
- gcc - gcc
- libgit2 - libgit2
- make - make
@ -16,7 +16,7 @@ To compile `coner` and to use it, you will need the following:
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. 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: `make` tool:
```bash ```bash
make make

View File

@ -2,7 +2,7 @@
/* /*
* mc | MatterLinux Configuration Manager * confer | MatterLinux configuration manager
* MatterLinux 2023-2024 (https://matterlinux.xyz) * MatterLinux 2023-2024 (https://matterlinux.xyz)
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify