Skip to content
Snippets Groups Projects
Commit e9b2870e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed a typo in track importing instructions

parent 4f5f3839
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ set -e
echo "This will download tracks from zip archives listed in $1"
LIST_CONTENT=$(cat $1)
echo "$LIST_CONTENT"
mkdir -p data/music
cd data/music
......
......@@ -12,7 +12,7 @@ least an ``artist``, ``album`` and ``title`` tag, you can import those tracks as
.. code-block:: bash
docker-compose --rm run api python manage.py import_files "/music/**/*.ogg" --recursive --noinput
docker-compose run --rm api python manage.py import_files "/music/**/*.ogg" --recursive --noinput
.. note::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment