Skip to content

Commit

Permalink
correct README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtris committed Dec 2, 2023
1 parent 495caa0 commit bd89c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ echo "this is a secret message" >> image.jpg
``` cmd
git clone https://github.com/triskj0/steganography-app.git

cd steganography-app
cd steganography-app/src
```

2. Install required packages
Expand All @@ -48,5 +48,5 @@ $ echo "this is a secret message" >> image.jpg

3. Run
``` cmd
python3 src/app.py
python3 app.py
```

0 comments on commit bd89c68

Please sign in to comment.