Skip to content

Commit d352bd6

Browse files
committed
Update README
1 parent 9be37fb commit d352bd6

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
<div align="center">
2+
13
# clidle
24

3-
A Wordle clone for your terminal.
5+
**Wordle, now over SSH.**
6+
7+
<img align="right" alt="Preview" width="50%" src="preview.png" />
8+
9+
10+
**Try it:**
11+
12+
```sh
13+
ssh clidle.ddns.net -p 3000
14+
```
15+
16+
**Or, run it locally:**
417

518
```sh
619
go install github.com/ajeetdsouza/clidle
720
```
821

9-
![Preview](./preview.png)
22+
</div>

0 commit comments

Comments
 (0)