Fix doc: rmdir -> rm -rf

rmdir will fail on that non-empty dir
merge-requests/251/head
JocelynDelalande 2018-06-08 22:37:10 +00:00
rodzic 06a78336a4
commit 3bfa19a509
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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