Skip to content

Commit

Permalink
minor readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
RickdeJager committed Apr 18, 2021
1 parent 45aff9a commit 0e10a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following instructions walk you through the installation process. Alternativ

### Linux

On Ubuntu and other Debian-based systems, you can use the provided `.deb` package for installation:
On recent Ubuntu and other Debian-based systems, you can use the provided `.deb` package for installation:

1. Download the latest [Stegseek release](https://github.com/RickdeJager/stegseek/releases)
1. Install the `.deb` file using `sudo apt install ./stegseek_0.6-1.deb`
Expand Down Expand Up @@ -100,9 +100,9 @@ Use "stegseek --help -v" to include steghide's help.

## Steghide
Stegseek includes nearly all of steghide's functionality, so it can also be used to embed or extract data as normal. The only catch is that commands must use the `--command` format.
So `steghide embed [...]` becomes `stegseek --embed [...]` .
For example, `steghide embed [...]` becomes `stegseek --embed [...]` .

### Positional commands
### Positional arguments
* `stegseek --embed <data> <coverfile> [<stegofile>]`
* `stegseek --extract <stegofile> [<output>]`

Expand Down

0 comments on commit 0e10a67

Please sign in to comment.