add quick download command
All checks were successful
Build and release / release (push) Successful in 1m0s
All checks were successful
Build and release / release (push) Successful in 1m0s
This commit is contained in:
parent
0b2e4b5288
commit
af7e87b38c
|
@ -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.
|
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 -
|
||||||
|
\`\`\`
|
||||||
|
|
Loading…
Reference in a new issue