Yoda/README.md
2024-09-20 17:54:28 +03:00

31 lines
562 B
Markdown

# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
Rust / GTK 4 implementation
> [!IMPORTANT]
> Project in development!
>
## Install
### Stable
``` bash
cargo install Yoda
```
### Development
``` bash
git clone https://github.com/YGGverse/Yoda.git
cd Yoda
git checkout Rust-GTK4
git checkout -b 'contribution-name'
cargo fmt
cargo build
```
## See also
* [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation
* [PHP-GTK3](https://github.com/YGGverse/Yoda/tree/PHP-GTK3) - PHP / GTK 3 experimental branch