Skip to content

Commit 0ef195d

Browse files
committed
small updates to readme
1 parent 48c08c0 commit 0ef195d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ You can keep your volumes secure and easily manageable with simple commands.
99

1010
![tomb's logo](https://github.com/dyne/Tomb/blob/master/extras/images/monmort.png)
1111

12+
Create a new 120MiB `secret.tomb` folder and lock it with a new `secret.tomb.key` file.
1213
```
13-
$ tomb dig -s 100 secret.tomb
14-
$ tomb forge secret.tomb.key
15-
$ tomb lock secret.tomb -k secret.tomb.key
14+
$ tomb dig -s 120 secret.tomb
15+
$ tomb forge -k secret.tomb.key
16+
$ tomb lock -k secret.tomb.key secret.tomb
1617
```
1718
To open it, do
1819
```
19-
$ tomb open secret.tomb -k secret.tomb.key
20+
$ tomb open -k secret.tomb.key secret.tomb
2021
```
2122
And after you are done
2223
```
@@ -26,19 +27,19 @@ Or, if you are in a hurry, kill all processes with open files inside your tomb a
2627
```
2728
$ tomb slam
2829
```
29-
## [Get started on dyne.org/tomb](https://dyne.org/tomb)
30+
## 📖 [Get started on dyne.org/tomb](https://dyne.org/tomb)
3031

3132
<a href="https://dyne.org/tomb"><img src="https://files.dyne.org/software_by_dyne.png" width="30%"></a>
3233

33-
All information is found on our website.
34-
35-
Use only stable and signed releases in production!
34+
More information in `man tomb` and on [dyne.org/docs/tomb](https://dyne.org/docs/tomb).
3635

3736
### 💾 [Download from files.dyne.org/tomb](https://files.dyne.org/tomb/)
3837

38+
Use only stable and signed releases in production!
39+
3940
Tomb's development is community-based!
4041

41-
## How can you help
42+
## 🤏🏽 How can you help
4243

4344
Donations are very welcome on [dyne.org/donate](https://www.dyne.org/donate)
4445

@@ -55,4 +56,3 @@ There is also a [space for discussion](https://github.com/dyne/Tomb/discussions)
5556
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.
5657

5758
## [More info on dyne.org/tomb](https://dyne.org/tomb)
58-

0 commit comments

Comments
 (0)