Skip to content

Commit 3d74f39

Browse files
authored
Update readme.md
1 parent 18d9a98 commit 3d74f39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
**lsd** is a modern GPU-accelerated terminal emulator written in **C++20** using **OpenGL**.
2121
It renders terminal text as a real-time graphics workload instead of a traditional UI surface.
2222

23+
## ✦ Install
24+
25+
```bash
26+
curl -O https://github.com/Ianisop/lsd/blob/main/install.sh && ./install.sh
27+
```
28+
2329
## ✦ Build
2430

2531
```bash

0 commit comments

Comments
 (0)