Skip to content

Commit b48c157

Browse files
committed
Update README.md
1 parent a2ed534 commit b48c157

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,27 @@ A Caesar Cipher encryption and decryption tool
55
NOTE: You must have python installed on your pc to be able to use this tool.
66
- <a href="https://realpython.com/installing-python/">_Guide_</a> to install and setup python
77

8-
## On PC
8+
## On Windows PC
99
- Download the <a href="https://github.com/HybridCodes/Caesar-Cipher-Algorithm/releases/latest">_file_</a>
10-
- Extract it into a folder
10+
- Locate the `.zip` file
11+
12+
<img src="Capture1.PNG">
13+
- Right-click on the file and click Extract to "caesar_cipher\\".
1114
- Open command prompt and navigate to the folder in which you extracted the file
15+
```bash
16+
# Command Prompt
17+
18+
# Hit enter after typing each command to execute the command
19+
20+
C:\Users\your_name>cd Downloads # To navigate to the Downloads folder
21+
22+
C:\Users\your_name\Downloads>dir # To see the items in the Downloads folder
23+
caesar_cipher
24+
25+
C:\Users\your_name\Downloads>cd caesar_cipher
26+
27+
C:\Users\your_name\Downloads\caesar_cipher>py caesar_cipher.py
28+
```
1229

1330
## On Android
1431
- Download <a href="https://play.google.com/store/apps/details?id=com.termux&hl=en_US&gl=US">_Termux_</a> from the play store

0 commit comments

Comments
 (0)