Created
February 10, 2026 03:40
-
-
Save ayuxsec/4fbb5ea97e3942ce4eef66fccc75943e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt install -y \ | |
| libuv1-dev \ | |
| libjson-c-dev \ | |
| libwebsockets-dev \ | |
| zlib1g-dev | |
| git clone https://github.com/tsl0922/ttyd.git --depth=1 | |
| cd ttyd && mkdir build && cd build | |
| cmake .. | |
| make && sudo make install | |
| go install github.com/charmbracelet/vhs@latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment