Skip to content

Commit 913b0f2

Browse files
authored
Update README.md
fix git installation lines
1 parent 1c48a99 commit 913b0f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ So I am inviting those who are interested in joining the 3.0 beta program to ins
77
For existing WD 2.10 users:
88

99
cd ~/wsprdaemon
10-
./wsprdaemon.sh -z
10+
11+
./wsprdaemon.sh -z
12+
1113
git pull
14+
1215
git checkout v3.0
16+
1317
./wsprdaemon.sh -a
1418

1519
The ./wsprdaemon.conf file formats are backwards compatible, and you can return to use 2.10 by executing 'git checkout main' in the above commands.

0 commit comments

Comments
 (0)