diff --git a/README.md b/README.md index 4947e84..b68ae7e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Goshot is a powerful Go library and CLI tool for creating beautiful code screens ### Installation -> [!WARNING] -> The CLI is a work in progress and will be coming very soon. +> [!NOTE] +> The CLI is a work in progress, but should be more or less functional. ```bash # Install the CLI tool diff --git a/go.mod b/go.mod index e196862..2f63b3a 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,12 @@ module github.com/watzon/goshot go 1.21 -require github.com/disintegration/imaging v1.6.2 +require ( + github.com/atotto/clipboard v0.1.4 + github.com/disintegration/imaging v1.6.2 +) require ( - github.com/atotto/clipboard v0.1.4 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect