Skip to content

Commit 42e8362

Browse files
authored
Update README.md
how to run it
1 parent 0911b88 commit 42e8362

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# morse-Translator-cpp
1+
# morse-Translator-cpp
2+
to run the app frist download gcc
3+
with
4+
for debian run "sudo apt update"
5+
"sudo apt istall g++"
6+
7+
for fedora run "sudo dnf install g++"
8+
9+
for arch linux "sudo pacman -S gcc"
10+
11+
then compile the cpp file with "g++ -o morse_translator morse_translator.cpp"
12+
13+
and run "./morse_translator"
14+
15+
or
16+
17+
run "./run_morse.sh"

0 commit comments

Comments
 (0)