We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please don't follow the README.md
Installation git clone https://github.com/fogleman/rbgg.git
git clone https://github.com/fogleman/rbgg.git
Then go mod init github.com/fogleman/rbgg
go mod init github.com/fogleman/rbgg
After the above command go get gopkg.in/alecthomas/kingpin.v2 go get github.com/fogleman/gg
go get gopkg.in/alecthomas/kingpin.v2
go get github.com/fogleman/gg
To execute the main.go go run main.go ~/Downloads/1.jpg
go run main.go ~/Downloads/1.jpg
The text was updated successfully, but these errors were encountered:
I can use go mod tidy for after installation.
go mod tidy
Sorry, something went wrong.
No branches or pull requests
Please don't follow the README.md
Installation
git clone https://github.com/fogleman/rbgg.git
Then
go mod init github.com/fogleman/rbgg
After the above command
go get gopkg.in/alecthomas/kingpin.v2
go get github.com/fogleman/gg
To execute the main.go
go run main.go ~/Downloads/1.jpg
The text was updated successfully, but these errors were encountered: