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