Skip to content

Commit

Permalink
minor updates to cargo.toml and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrun committed Apr 12, 2021
1 parent ebd73d2 commit a8f6bc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/linux
yawp.env
*.txt
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name = "yawp"
version = "0.1.0"
authors = ["Hugh Rundle <hugh@hughrundle.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://github.com/hughrun/yawp/"
keywords = ["mastodon", "twitter"]
categories = ["command-line-utilities"]

[dependencies]
clap = "^2.33.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In some situtations (e.g. [when using Docker Compose](https://docs.docker.com/co
yawp -m --env 'yawp.env' 'I love to toot!'
```

7. Provide environment variables when calling yawp
7. Provide environment variables on command line

You could also set `ENV` settings manually when you call `yawp`:

Expand Down

0 comments on commit a8f6bc7

Please sign in to comment.