From 07d1e74656f9cf07ac9ee0c5d30f2c4c6ad018f8 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Tue, 15 Apr 2014 20:48:15 +0200 Subject: [PATCH] Introduce config command in "Getting Started" docs This is what the command intends to do: Get you started more quickly. --- docs/guides/main.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 6e4955437..8bafddfd3 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -103,11 +103,11 @@ Configuring ----------- You'll want to set a few basic options before you start using beets. The -configuration is stored in a text file: on Unix-like OSes, the config file is -at ``~/.config/beets/config.yaml``; on Windows, it's at -``%APPDATA%\beets\config.yaml``. Create and edit the appropriate file with your -favorite text editor. (You may need to create the enclosing directories also.) -The file will start out empty, but here's good place to start:: +:doc:`configuration ` is stored in a text file. You +can show its location by running ``beet config -p``, though it may not +exist yet. Run ``beet config -e`` to edit the configuration in your +favorite text editor. The file will start out empty, but here's good +place to start:: directory: ~/music library: ~/data/musiclibrary.blb