docs: minor changes

This commit is contained in:
Yiyang Kang 2022-10-07 01:41:53 +08:00
parent 8ccf04b30b
commit 6e72144272
Signed by: kkyy
GPG Key ID: 80FD317ECAF06CC3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# xMnt # xMnt
A helper for mounting encrypted partitions. A tool for mounting encrypted partitions.
## Use case ## Use case
@ -8,11 +8,11 @@ I have encrypted partitions that I need to mount them from time to time.
I use GPG to encrypt the decryption keys for each partition, save them as `${uuid}.key` I use GPG to encrypt the decryption keys for each partition, save them as `${uuid}.key`
With this little tool, I can mount and unmount them with one command. With this tool, I can mount and unmount them with one command.
## Usage ## Usage
Presets are stored in "$XDG_CONFIG_HOME/xmnt/presets". Presets are stored in `$XDG_CONFIG_HOME/xmnt/presets`.
For example, save the following content as `boot.yml` in the presets directory: For example, save the following content as `boot.yml` in the presets directory: