recover readme
This commit is contained in:
parent
9e3de3d265
commit
497861ffd0
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,13 +1,17 @@
|
|||
# ccc
|
||||
|
||||
ccc is a rewrite of fff in C aiming for suckless and speed.
|
||||
`ccc` is a rewrite of fff in C aiming for [sucklessness](https://suckless.org/philosophy/) and speed.
|
||||
|
||||
## Installation
|
||||
|
||||
### Dependencies
|
||||
|
||||
## Dependencies
|
||||
- gcc
|
||||
- ncurses
|
||||
- libsixel
|
||||
- optional: libsixel
|
||||
|
||||
### Bulding
|
||||
|
||||
## Bulding
|
||||
```
|
||||
$ make
|
||||
# make install
|
||||
|
|
Loading…
Reference in a new issue