Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add a link of rencfs-kotlin for easier navigation to Multiplatform app for anyone interested in checking out the build ready android GUI
  • Loading branch information
ShubhamVG authored Sep 29, 2024
1 parent c5a45a0 commit 812c80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GUI written in Rust with [egui](https://crates.io/crates/egui) for [rencfs](http
stable release.
> It's mostly ideal for experimental and learning projects. It serves as a reference app for a GUI for `rencfs`.**
Currently is working only on Linux, with plans to support macOS and Windows, Android and iOS in the future.
Currently, it is working only on Linux, with plans to support macOS and Windows, Android and iOS in the future. Check out [rencfs-kotlin](https://github.com/radumarias/rencfs-kotlin) for the Kotlin Multiplatform app that is build ready for desktop operating systems and Android.

It uses:
- [egui](https://crates.io/crates/egui) with [eframe](https://crates.io/crates/eframe) for GUI
Expand Down Expand Up @@ -35,7 +35,7 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md).
git clone https://github.com/radumarias/rencfs-desktop
```

### Dependecies
### Dependencies

To use the encrypted file system, you need to have FUSE installed on your system. You can install it by running the
following command (or based on your distribution).
Expand Down

0 comments on commit 812c80a

Please sign in to comment.