diff --git a/README.md b/README.md index b6216140..f839673d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,11 @@ Where is the name of this branch of the software, type: `git checkout ` -Edited the sim.cfg file to set your amateur radio callsign, then +Create a sim.cfg configuration file with your amateur radio callsign by typing: + +`echo "callsign" >> sim.cfg` + +Compile the code: `make rebuild`