We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d9a98 commit 3d74f39Copy full SHA for 3d74f39
readme.md
@@ -20,6 +20,12 @@
20
**lsd** is a modern GPU-accelerated terminal emulator written in **C++20** using **OpenGL**.
21
It renders terminal text as a real-time graphics workload instead of a traditional UI surface.
22
23
+## ✦ Install
24
+
25
+```bash
26
+curl -O https://github.com/Ianisop/lsd/blob/main/install.sh && ./install.sh
27
+```
28
29
## ✦ Build
30
31
```bash
0 commit comments