mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-24 13:47:34 +00:00
small updates to readme
This commit is contained in:
parent
48c08c0086
commit
0ef195dff0
20
README.md
20
README.md
@ -9,14 +9,15 @@ You can keep your volumes secure and easily manageable with simple commands.
|
|||||||
|
|
||||||
![tomb's logo](https://github.com/dyne/Tomb/blob/master/extras/images/monmort.png)
|
![tomb's logo](https://github.com/dyne/Tomb/blob/master/extras/images/monmort.png)
|
||||||
|
|
||||||
|
Create a new 120MiB `secret.tomb` folder and lock it with a new `secret.tomb.key` file.
|
||||||
```
|
```
|
||||||
$ tomb dig -s 100 secret.tomb
|
$ tomb dig -s 120 secret.tomb
|
||||||
$ tomb forge secret.tomb.key
|
$ tomb forge -k secret.tomb.key
|
||||||
$ tomb lock secret.tomb -k secret.tomb.key
|
$ tomb lock -k secret.tomb.key secret.tomb
|
||||||
```
|
```
|
||||||
To open it, do
|
To open it, do
|
||||||
```
|
```
|
||||||
$ tomb open secret.tomb -k secret.tomb.key
|
$ tomb open -k secret.tomb.key secret.tomb
|
||||||
```
|
```
|
||||||
And after you are done
|
And after you are done
|
||||||
```
|
```
|
||||||
@ -26,19 +27,19 @@ Or, if you are in a hurry, kill all processes with open files inside your tomb a
|
|||||||
```
|
```
|
||||||
$ tomb slam
|
$ tomb slam
|
||||||
```
|
```
|
||||||
## [Get started on dyne.org/tomb](https://dyne.org/tomb)
|
## 📖 [Get started on dyne.org/tomb](https://dyne.org/tomb)
|
||||||
|
|
||||||
<a href="https://dyne.org/tomb"><img src="https://files.dyne.org/software_by_dyne.png" width="30%"></a>
|
<a href="https://dyne.org/tomb"><img src="https://files.dyne.org/software_by_dyne.png" width="30%"></a>
|
||||||
|
|
||||||
All information is found on our website.
|
More information in `man tomb` and on [dyne.org/docs/tomb](https://dyne.org/docs/tomb).
|
||||||
|
|
||||||
Use only stable and signed releases in production!
|
|
||||||
|
|
||||||
### 💾 [Download from files.dyne.org/tomb](https://files.dyne.org/tomb/)
|
### 💾 [Download from files.dyne.org/tomb](https://files.dyne.org/tomb/)
|
||||||
|
|
||||||
|
Use only stable and signed releases in production!
|
||||||
|
|
||||||
Tomb's development is community-based!
|
Tomb's development is community-based!
|
||||||
|
|
||||||
## How can you help
|
## 🤏🏽 How can you help
|
||||||
|
|
||||||
Donations are very welcome on [dyne.org/donate](https://www.dyne.org/donate)
|
Donations are very welcome on [dyne.org/donate](https://www.dyne.org/donate)
|
||||||
|
|
||||||
@ -55,4 +56,3 @@ There is also a [space for discussion](https://github.com/dyne/Tomb/discussions)
|
|||||||
Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by [Jaromil](https://github.com/jaromil). The [AUTHORS](AUTHORS.md) file contains more information on all the developers involved. The license is GNU Public License v3.
|
Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by [Jaromil](https://github.com/jaromil). The [AUTHORS](AUTHORS.md) file contains more information on all the developers involved. The license is GNU Public License v3.
|
||||||
|
|
||||||
## [More info on dyne.org/tomb](https://dyne.org/tomb)
|
## [More info on dyne.org/tomb](https://dyne.org/tomb)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user