File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Setup the MinGW compiler with instructions from- https://dev.to/gamegods3/how-to
28
28
# Running the project on GNU/Linux distributions
29
29
Clone the repository to your computer- ``` git clone https://github.com/imsamroy/ascii-cipher-decipher.git ```
30
30
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 ```
32
32
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 ```
34
34
35
35
(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)
36
36
You can’t perform that action at this time.
0 commit comments