From fea4740da45026576dbe6470a71e96301551c4fa Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 Jun 2018 23:39:19 -0400 Subject: [PATCH] file is actually called 'config.conf' --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index f0da8d8..7cbd0f7 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -3,7 +3,7 @@ Neofetch is installed, now what? ### Using the config file -Neofetch will by default create a config file at `$HOME/.config/neofetch/config` on first run. This file contains options to control all aspects of the output. The config file allows you to keep your customization between versions and allows you to easily share your customization with other people. +Neofetch will by default create a config file at `$HOME/.config/neofetch/config.conf` on first run. This file contains options to control all aspects of the output. The config file allows you to keep your customization between versions and allows you to easily share your customization with other people. You can launch the script without a config file by using the flag `--config none` and you can specify a custom config location using `--config path/to/config`.