Skip to content

Commit 07d1e74

Browse files
author
Thomas Scholtes
committed
Introduce config command in "Getting Started" docs
This is what the command intends to do: Get you started more quickly.
1 parent 770bee3 commit 07d1e74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guides/main.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ Configuring
103103
-----------
104104

105105
You'll want to set a few basic options before you start using beets. The
106-
configuration is stored in a text file: on Unix-like OSes, the config file is
107-
at ``~/.config/beets/config.yaml``; on Windows, it's at
108-
``%APPDATA%\beets\config.yaml``. Create and edit the appropriate file with your
109-
favorite text editor. (You may need to create the enclosing directories also.)
110-
The file will start out empty, but here's good place to start::
106+
:doc:`configuration </reference/config>` is stored in a text file. You
107+
can show its location by running ``beet config -p``, though it may not
108+
exist yet. Run ``beet config -e`` to edit the configuration in your
109+
favorite text editor. The file will start out empty, but here's good
110+
place to start::
111111

112112
directory: ~/music
113113
library: ~/data/musiclibrary.blb

0 commit comments

Comments
 (0)