diff --git a/README.md b/README.md index 9119c9b..3bda2c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ASCII logos I've made for neofetch 2. Run neofetch with `--source` flag, pointing to the `*.ascii` file. ``` -neofetch --source /path/to/*.ascii +neofetch --source /path/to/*.ascii --colors 8 1 2 3 ``` **OR** @@ -16,6 +16,7 @@ To persist the logo, edit neofetch's `config.conf` to include a `image_source` c ```ini [...] image_source="/path/to/*.ascii" +ascii_colors=(8 1 2 3) [...] ```