mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 07:44:38 +01:00
Update docs for fix a363d967
This commit is contained in:
parent
004e9a8144
commit
ba226f566d
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,7 @@ every aspect of its operation. To configure beets, you'll edit a file called
|
|||
* If you prefer a different location, set the ``BEETSDIR`` environment variable
|
||||
to a path; beets will then look for a ``config.yaml`` in that directory. Or
|
||||
specify a different configuration file to load using the ``--config
|
||||
/path/to/file`` option on the command line. (There's one caveat with the
|
||||
last option: since the configuration is loaded after the command line is
|
||||
parsed, it cannot currently be used to load new plugins.)
|
||||
/path/to/file`` option on the command line.
|
||||
|
||||
The config file uses `YAML`_ syntax. You can use the full power of YAML, but
|
||||
most configuration options are simple key/value pairs. This means your config
|
||||
|
|
|
|||
Loading…
Reference in a new issue