This commit is contained in:
Walkx 2021-09-12 15:08:23 +02:00
parent 85fe977ea0
commit bf8672e471
No known key found for this signature in database
GPG Key ID: 68064364C5E8FD71
2 changed files with 27 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -19,5 +19,8 @@ if __name__ == "__main__":
f.write("- [Flame](https://github.com/pawelmalak/flame)\n") f.write("- [Flame](https://github.com/pawelmalak/flame)\n")
f.write("- [Tinyhome](https://github.com/bderenzo/tinyhome)\n") f.write("- [Tinyhome](https://github.com/bderenzo/tinyhome)\n")
f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n") f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n")
f.write(
"##### [How to download images on UNIX?](#how-to-download-images-on-unix)\n\n\n")
f.write(" ".join(img_tags)) f.write(" ".join(img_tags))
f.write("\n") f.write("\n\n\n")
f.write("---\n\n### How to download images on UNIX?\n\n\n`UNIX`\n\n```bash\n\n$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png\n\n```\nor\n```bash\n\n$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png\n\n```")