diff --git a/Readme.md b/Readme.md index 0466b26..03165d6 100644 --- a/Readme.md +++ b/Readme.md @@ -77,7 +77,11 @@ ffufPostprocessing requires golang 1.19 cd ffufPostprocessing go build -o dist/ffufPostprocessing main.go ``` +OR +``` +go install github.com/Damian89/ffufPostprocessing@latest +``` ## License -I don't care. Do whatever you want with this tool. \ No newline at end of file +I don't care. Do whatever you want with this tool.