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,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

View File

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