Skip to content

Commit 86b3a70

Browse files
authored
Update README
1 parent 128204f commit 86b3a70

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ BACKGROUND
99

1010
This project was inspired by Dylan Arap's POSIX shell script, okpal [0]. This
1111
application has similar functionality to okpal but is designed with execution
12-
speed in mind. Compatibility with the following terminator emulators on KISS
13-
Linux have been tested at this time:
12+
speed in mind. There are currently over 250 light and dark palettes offered at
13+
this time.
14+
15+
Compatibility with the following terminator emulators on KISS Linux have been
16+
tested at this time:
1417

1518
- simple terminal, st [2]
1619
- alacritty [3]
1720

18-
Other than a terminal emulator and C compiler (e.g. gcc), the application has no
19-
other dependencies.
20-
21-
Note: I apologize for the "ugliness" of the code at this time. I hope to address
22-
this in future commits.
23-
2421

2522
INSTALLATION
2623
------------
2724

28-
Building and installing from source:
25+
Other than a terminal emulator and C compiler (e.g. gcc), the application has
26+
no other dependencies.
27+
28+
- Building and installing from source:
2929

30-
$ git clone https://github.com/mcpcpc/kfc.git
31-
$ cd kfc/
32-
$ make
33-
$ make install
30+
$ git clone https://github.com/mcpcpc/kfc.git
31+
$ cd kfc/
32+
$ make
33+
$ make install
3434

35-
Installing on KISS Linux:
35+
- Installing on KISS Linux:
3636

37-
$ kiss b kfc && kiss i kfc
37+
$ kiss b kfc && kiss i kfc
3838

3939

4040
USAGE

0 commit comments

Comments
 (0)