diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc index a9e266a1d..aa982a2b4 100644 --- a/doc/contributing.asciidoc +++ b/doc/contributing.asciidoc @@ -724,7 +724,7 @@ as closed. * Windows: Run `git checkout v1.X.Y; py -3 scripts\dev\build_release.py --asciidoc C:\Python27\python %userprofile%\bin\asciidoc-8.6.10\asciidoc.py --upload v1.X.Y` (replace X/Y by hand). * macOS: Run `git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand). * On server: - - Run `python3 scripts/dev/download_release.py v1.X.Y` (replace X/Y by hand). + - Run `bash download_release.sh 1.X.Y` (replace X/Y by hand). - Run `git pull github master && sudo python3 scripts/asciidoc2html.py --website /srv/http/qutebrowser` * Update `qutebrowser-git` PKGBUILD if dependencies/install changed. * Announce to qutebrowser and qutebrowser-announce mailinglist.