Skip to content

Commit

Permalink
Update install section and add usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
TrAyZeN committed Jan 10, 2020
1 parent 38f03ff commit 77b0fa9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
## Install
```
git clone https://github.com/TrAyZeN/steg-cli.git
cd steg-cli
./gradlew jar
```

## Usage
```
java -jar steg-cli.jar encode -i input_image.png -o output_image.png -m "This a message I want to hide"
```

## License
Expand Down

0 comments on commit 77b0fa9

Please sign in to comment.