diff --git a/README.md b/README.md index 657b796..a0bbbd8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # Ratatouille -Toy terminal-emulator based on webview, xterm.js and creack/pty. +Toy terminal-emulator based on [webview](https://github.com/webview/webview), [xterm.js](https://github.com/xtermjs/xterm.js/) and [creack/pty](https://github.com/creack/pty). + +![](assets/screenshot.png) # Setup +## Dependencies +- pnpm (a fast, disk space efficient package manager for Node) +- go 1.19 + ## Build frontend ```bash cd frontend diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..01d6239 Binary files /dev/null and b/assets/screenshot.png differ