Open danielmarschall opened 5 years ago
You can compile by installing the go programming language and using go build
in the repository root dir.
Or you can use one of the pre-compiled binaries at https://github.com/atilaromero/telegram-desktop-decrypt/releases
Then there's the problem of what to do when doing go build
results in this:
$ go build
can't load package: package github.com/atilaromero/telegram-desktop-decrypt: unknown import path "github.com/atilaromero/telegram-desktop-decrypt": cannot find module providing package github.com/atilaromero/telegram-desktop-decrypt
Hello,
you are writing in README.md that the program can be executed with
./telegram-desktop-decrypt
However, there is no description how to build the executable file. What do I need to do? (in Windows or in Linux)?