Update docs for fix a363d967

This commit is contained in:
Thomas Scholtes 2014-02-10 17:29:23 +01:00
parent 004e9a8144
commit ba226f566d

View file

@ -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