Skip to content

Commit

Permalink
Update cargo toml and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Dec 30, 2021
1 parent f798cb7 commit f21f5c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ authors = ["alisomay <alisomay@runbox.com>"]
edition = "2021"
license = "MIT"
description = "A cute app which sets your wallpaper according to pollens."
# homepage = ""
# repository = ""
# documentation = ""
keywords = ["pollinsations", "pollen", "generative art", "ai", "gan"]
categories = ["ai", "commandline app", "art"]
homepage = "https://github.com/pollinations/pollenwall"
repository = "https://github.com/pollinations/pollenwall"
documentation = "https://github.com/pollinations/pollenwall#readme"
keywords = ["pollinations", "pollen", "generative art", "ai", "GAN"]
categories = ["ai", "wallpaper", "art"]

[dependencies]
ipfs-api = "0.14"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pollenwall

<details>
<details open>
<summary>Table of Contents</summary>

- [pollenwall](#pollenwall)
Expand Down Expand Up @@ -34,6 +34,9 @@ After downloading, add it to an appropriate place in your file system which is i

If you wish you can navigate to the folder where `pollenwall` is and run it like the following `./pollenwall`.

If mac doesn't let you run the app please remove the extended attributes on the app.
`xattr -d com.apple.quarantine <path-to-app>`

### Binary releases

Check the [releases page](https://github.com/pollinations/pollenwall/releases) to download `pollenwall`.
Expand Down

0 comments on commit f21f5c0

Please sign in to comment.