diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-11 13:11:39 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-11 20:04:21 +0200 |
| commit | 729746e50ebc8e4eb4c98f7556a241aec111e07d (patch) | |
| tree | e33e627474fdba4c625bb72f9848b1f067303aff /README.md | |
| parent | eb6f986361713d6ce47c6d4572bb24d9f6207ddf (diff) | |
some more rework in readme.md and src file structure
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 20 insertions, 3 deletions
@@ -1,22 +1,39 @@ -# Idee +# Idea - fastfetch / commiefetch in C - with emphasis on commiefetch, i want communism stuff but in C ! # Install - git clone this project + - `git clone https://codeberg.org/Anser/cfetch.git` - `make` for local install (e.g. binary will be placed inside the project folder) -- `sudo/doas make` for systemwide install +- `sudo/doas make install` for systemwide install (requieres root privileges) - `make clean` for local removal - `sudo/doas make uninstall` for systemwide uninstallation +## install localy +```bash +git clone https://codeberg.org/Anser/cfetch.git && \ +cd cfetch && \ +make +``` + +## install global +```bash +git clone https://codeberg.org/Anser/cfetch.git && \ +cd cfetch && \ +sudo make install +``` + # Features - not much ! | Feature | Linux | |---------|-------| | OS Info | OK | -| Kernel | X | +| Kernel | todo | | CPU | OK | | Memory | OK | +| username | todo | +| ascii_art | todo | # Reference |
