add quick download command
All checks were successful
Build and release / release (push) Successful in 1m0s

This commit is contained in:
Lea 2023-07-29 21:39:56 +02:00
parent 0b2e4b5288
commit af7e87b38c
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -42,3 +42,8 @@ jobs:
\`\`\`
And download the CSS files from this release to \`\$GITEA_DATA_DIR/gitea/public/css\`. [\`themes.tar\`](/Lea/gitea-themes/releases/download/$RELEASE_TAG/themes.tar) contains all CSS files for convenience.
Quick download (drops CSS files in your current directory):
\`\`\`bash
curl https://git.amogus.cloud/Lea/forgejo-themes/releases/download/$RELEASE_TAG/themes.tar | tar -xvf -
\`\`\`