You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for your work @l1va .
I'm new to GitHub and I don't understand how to build goosli binaries. I'm on windows 10 and don't have Linux. I've tried running the commands stated in the README but it doesn't work.
I'm very new to this so if you could explain me like I'm five, it would be very much appreciated.
I've managed to get spycer running, so I'm just missing goosli binaries files (I think).
I hope this is the right place to ask questions, if no I'll remove it.
Thanks for all
The text was updated successfully, but these errors were encountered:
You can enter to the main folder of 'goosli' in the terminal and then start running this lines of code one by one.
go build -o goosli cmd/goosli/goosli.go
go build -o goosli_analyzer cmd/goosli_analyzer/goosli_analyzer.go
go build -o goosli_colorizer cmd/goosli_colorizer/goosli_colorizer.go
go build -o goosli_cutter cmd/goosli_cutter/goosli_cutter.go
go build -o goosli_simplifier cmd/goosli_simplifier/goosli_simplifier.go
Hello and thank you for your work @l1va .
I'm new to GitHub and I don't understand how to build goosli binaries. I'm on windows 10 and don't have Linux. I've tried running the commands stated in the README but it doesn't work.
I'm very new to this so if you could explain me like I'm five, it would be very much appreciated.
I've managed to get spycer running, so I'm just missing goosli binaries files (I think).
I hope this is the right place to ask questions, if no I'll remove it.
Thanks for all
The text was updated successfully, but these errors were encountered: