a little fix.

This commit is contained in:
Shinya Koyano 2025-04-10 19:48:05 +09:00
parent 4f08105ba4
commit ed2e5b909b
Signed by: moli
GPG key ID: 61EDE6AC103CC456
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View file

@ -162,3 +162,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# My
.DS_Store

View file

@ -9,6 +9,8 @@ Anvil extension that downloads an image and sets it as the background.
# Install
To install it, use [pipx](https://pipx.pypa.io/stable/).
```
pipx install git+https://moli-git.zapto.org/moli/aecpic.git
```