Yoda/README.md

20 lines
319 B
Markdown
Raw Normal View History

2024-08-05 06:50:58 +03:00
# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
2024-08-04 19:50:29 +03:00
GTK 4 / C++ implementation branch
2024-08-04 17:31:41 +03:00
> [!IMPORTANT]
> Project in development!
>
2024-08-05 06:53:26 +03:00
## Dependencies
2024-08-05 06:54:22 +03:00
``` bash
sudo apt install git libgtk-4-dev
```
2024-08-05 06:53:26 +03:00
2024-08-04 17:31:41 +03:00
## Install
* `git clone https://github.com/YGGverse/Yoda.git`
* `cd Yoda`
* `git checkout master`
* `make`