Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julien Veyssier
funkwhale
Commits
3bfa19a5
Commit
3bfa19a5
authored
Jun 08, 2018
by
JocelynDelalande
Browse files
Fix doc: rmdir -> rm -rf
rmdir will fail on that non-empty dir
parent
06a78336
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/installation/debian.rst
View file @
3bfa19a5
...
...
@@ -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/
rm
dir
extracted
rm
-rf
extracted
Then we'll download the frontend files:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment