Skip to content

Commit 547018c

Browse files
authored
Update README.md
1 parent dbafd22 commit 547018c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Setup the MinGW compiler with instructions from- https://dev.to/gamegods3/how-to
2828
# Running the project on GNU/Linux distributions
2929
Clone the repository to your computer- ```git clone https://github.com/imsamroy/ascii-cipher-decipher.git```
3030

31-
Then to cipher- ```cd "/home/sampreet/ascii-cipher-decipher/" && g++ ascii-cipher.cpp -o ascii-cipher && "/home/sampreet/Number-Guessing-Game/"ascii-cipher```
31+
Then to cipher- ```cd "/home/sampreet/ascii-cipher-decipher/" && g++ ascii-cipher.cpp -o ascii-cipher && ./ascii-cipher```
3232

33-
Then to decipher- ```cd "/home/sampreet/ascii-cipher-decipher/" && g++ ascii-decipher.cpp -o ascii-decipher && "/home/sampreet/Number-Guessing-Game/"ascii-decipher```
33+
Then to decipher- ```cd "/home/sampreet/ascii-cipher-decipher/" && g++ ascii-decipher.cpp -o ascii-decipher && ./ascii-decipher```
3434

3535
(replace "sampreet" with your user name, assuming that the repository is cloned in your home directory, if not then use the appropriate path for it)
3636

0 commit comments

Comments
 (0)