fix: rename confer in README and comments
This commit is contained in:
parent
c747ca759b
commit
b61eb809f6
12
README.md
12
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user