mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
20 lines
319 B
Markdown
20 lines
319 B
Markdown
# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
|
|
|
|
GTK 4 / C++ implementation branch
|
|
|
|
> [!IMPORTANT]
|
|
> Project in development!
|
|
>
|
|
|
|
## Dependencies
|
|
|
|
``` bash
|
|
sudo apt install git libgtk-4-dev
|
|
```
|
|
|
|
## Install
|
|
|
|
* `git clone https://github.com/YGGverse/Yoda.git`
|
|
* `cd Yoda`
|
|
* `git checkout master`
|
|
* `make` |