Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Mar 31, 2024
1 parent 39fc7a2 commit 51d1bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ Just start `tird`, select a menu option, and then answer the questions that `tir
$ tird
```

See below for examples of usage.

## Debug

Start `tird` with the option `--debug` or `-d` to look under the hood while the program is running:
Expand All @@ -106,7 +104,7 @@ Enabling debug messages additionally shows:
## Examples

- [Creating files with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/examples/8.md) (creating keyfiles and containers)
- [Overwriting file contents with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/examples/9.md) (wiping files and preparing containers)
- [Overwriting file contents with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/examples/9.md) (destroying residual data and preparing containers)

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
## Examples

- [Creating files with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/examples/8.md) (creating keyfiles and containers)
- [Overwriting file contents with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/examples/9.md) (wiping files and preparing containers)
- [Overwriting file contents with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/examples/9.md) (destroying residual data and preparing containers)

0 comments on commit 51d1bdf

Please sign in to comment.