diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,4 @@ lolcat.o censor.o +lolcat +censor @@ -44,6 +44,8 @@ $ make lolcat ### Others +Note: Debian users may need the `python-is-python3` package. + ```bash $ make && sudo make install ``` |