Skip to content

Commit 2daf6b3

Browse files
Update README.md
1 parent 1bb59c6 commit 2daf6b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
This Software is designed to encrypt a Client's textfile and send it over a network socket to a Host for decryption and storage
33

44
# Usage
5+
#### Saving your data
6+
To begin using this software to encrypt a message, save your desired data as a text file in:
7+
```
8+
./client/Message/Message_to_encrypt.txt
9+
```
510
#### IP Address
611
Upon usage, the Client will be prompted to enter the Host's IP Address
712

@@ -12,11 +17,6 @@ For example:
1217
Enter Host IP Address: 192.168.0.19
1318
```
1419

15-
#### Saving your text
16-
To begin using this software to encrypt a message, save your desired data in:
17-
```
18-
./Client/Message/Message_to_encrypt.txt
19-
```
2020
### Host
2121
The Host must run 'HostGUI.py'
2222

0 commit comments

Comments
 (0)