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
|
# 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
|
||||||
- gettext
|
- gettext
|
||||||
- libinih
|
- libinih
|
||||||
- curl
|
- curl
|
||||||
- doas (or sudo)
|
- 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.
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user