Merge branch 'master' into split

This commit is contained in:
6543 2021-02-02 02:50:24 +01:00
commit 38996cd778
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import `codeberg.org/Codeberg/avatars` & use `string svg = avatars.MakeAvatar(se
```shell
# will build the binary
go build -o avatars example/main.go
# Create a random avatar and write it to /tmp/avatar.svg
# Create a random avatar and write it to /tmp/avatar.svg. Note that for the same seed string always the same image will be generated.
./avatars my-special-seed-string > /tmp/avatar.svg
# Open SVG file with image viewer
eog /tmp/avatar.svg