Skip to content
Snippets Groups Projects
Commit 3bfa19a5 authored by JocelynDelalande's avatar JocelynDelalande
Browse files

Fix doc: rmdir -> rm -rf

rmdir will fail on that non-empty dir
parent 06a78336
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ First, we'll download the latest api release.
curl -L -o "api-|version|.zip" "https://code.eliotberriot.com/funkwhale/funkwhale/-/jobs/artifacts/|version|/download?job=build_api"
unzip "api-|version|.zip" -d extracted
mv extracted/api/* api/
rmdir extracted
rm -rf extracted
Then we'll download the frontend files:
......
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