add installation and build
This commit is contained in:
@ -31,7 +31,7 @@ func main() {
|
||||
|
||||
app := &cli.App{
|
||||
Name: "i2v",
|
||||
Usage: "A command line tool to convert images to videos, based on Stability.ai's Rest API.",
|
||||
Usage: "A command line tool to convert images to videos, based on Stability.ai's Rest API.\n\nSet the `STABILITY_API_KEY` environment variable to your API key.",
|
||||
Version: "v1.0.0",
|
||||
Description: "i2v (Image to Video) is a command line tool to convert images to videos, based on Stability.ai's Rest API.",
|
||||
Commands: commands,
|
||||
|
Reference in New Issue
Block a user