add installation and build

This commit is contained in:
2024-03-02 17:10:03 -07:00
parent 8466cee3c9
commit 55a8005a7e
4 changed files with 102 additions and 1 deletions

View File

@ -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,