Updated Access the database (markdown)

Jonas Kvinge 2021-07-16 06:11:02 +02:00
parent 7b6de1c4f3
commit 58ec8d2afc
1 changed files with 1 additions and 1 deletions

@ -16,5 +16,5 @@ To access the database open a terminal and type:
To access the database, open a command prompt, and type:
```
cd "\%PROGRAMFILES%\Strawberry Music Player\"
sqlite3 %LOCALAPPDATA%\Strawberry\Strawberry\strawberry.db
sqlite3 %LOCALAPPDATA%\Strawberry\Strawberry\strawberry.db
```