diff --git a/Cargo.toml b/Cargo.toml index aade539c..8614ca9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "encrypted_fs" description = "An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories." version = "0.1.20" edition = "2021" -license = "MIT OR Apache-2.0" +license = "Apache-2.0" authors = ["Radu Marias"] repository = "https://github.com/radumarias/encrypted_fs" readme = "README.md" diff --git a/README.md b/README.md index d0dd303a..66723946 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ An encrypted file system that mounts with FUSE on Linux. It can be used to creat It can then safely backup the encrypted folder on an untrusted server without worrying about the data being exposed.\ You can also store it in any clound storage like Google Drive, Dropbox, etc. and have it synced across multiple devices. -Crate [encrypted_fs](https://crates.io/crates/encrypted_fs) on crates.io. +\ +[![encrypted_fs-bin](https://img.shields.io/aur/version/encrypted_fs-bin?color=1793d1&label=encrypted_fs-bin&logo=arch-linux)](https://aur.archlinux.org/packages/encrypted_fs-bin/) +![crates.io](https://img.shields.io/crates/v/encrypted_fs.svg) +![docs.rs](https://img.shields.io/docsrs/encrypted_fs?label=docs.rs) +![license](https://github.com/hyperium/tonic/blob/HEAD/LICENSE) # Usage @@ -13,7 +17,15 @@ You can use it as a command line tool to mount an encrypted file system. or dire ## Command Line Tool -## Installation +### Install from AUR + +You can install the encrypted file system binary using the following command: +```bash +yay -Syu +yay -S encrypted_fs +``` + +### Install with cargo You can install the encrypted file system binary using the following command: ```bash