docs: fix config check order in sample config
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I213f87a6e4227a3813013a4f61f411566a6a6964
This commit is contained in:
parent
de6e8220e7
commit
9c813b2fa0
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# For more information about TOML format, see https://toml.io
|
||||
#
|
||||
# Configuration file locations (checked in order):
|
||||
# 1. ~/.config/chroma/chroma.toml
|
||||
# 2. $XDG_CONFIG_HOME/chroma/chroma.toml
|
||||
# 1. $XDG_CONFIG_HOME/chroma/chroma.toml
|
||||
# 2. ~/.config/chroma/chroma.toml
|
||||
# 3. ./chroma.toml (current directory)
|
||||
#
|
||||
# To get started:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue