From 06a79044f521cebfdd57fd8bd5cc7530557e6e1d Mon Sep 17 00:00:00 2001 From: Zachary Meyers <61331968+zacharybmeyers@users.noreply.github.com> Date: Mon, 27 Jun 2022 22:18:22 -0700 Subject: [PATCH] Update _posts/2022-06-21-walkthrough.md Co-authored-by: Adrian Sampson --- _posts/2022-06-21-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-06-21-walkthrough.md b/_posts/2022-06-21-walkthrough.md index de7c304c1..e7056e280 100644 --- a/_posts/2022-06-21-walkthrough.md +++ b/_posts/2022-06-21-walkthrough.md @@ -26,7 +26,7 @@ library: ~/beets/data/musiclibrary.db plugins: web ``` -All I've done to support the above config is create the `beets` directory inside my home folder, with empty child directories for `music` and `data` inside it. You can place your music library and data store wherever you like, and you don't need to create the `musiclibrary.db` file, it will be created for you. +All I've done to support the above config is create the `beets` directory inside my home folder, with empty child directories for `music` and `data` inside it. You can place your music library and data store wherever you like, and you don't need to create the `musiclibrary.db` file; it will be created for you. ## Importing the sample library First, download the .zip archive of the sample music library from [this](https://bit.ly/3EZb5ue) public google drive file, extract the contents and take note of the path to the sample library for later use.