genshen / ssh-web-console

Connect to your linux machine via ssh in your browser.
MIT License
330 stars 70 forks source link

Cannot compile! #20

Closed qidama666 closed 8 months ago

qidama666 commented 1 year ago

Hello, I'm getting an error while compiling. It says that github.com/genshen/ssh-web-console/statik is missing in route.go. I noticed that this file is also not present in your project's source code. How should I handle this? I'm currently unable to compile. image image

genshen commented 1 year ago

In the building document in the READMD.md, the command statik --src=web/build will generate a file in directory statik. Have you executed the command?