Skip to content

Commit 8b7ae4b

Browse files
committed
Minor comments.
1 parent 1613bc6 commit 8b7ae4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE_INSTRUCTIONS.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ For windows:
2727

2828
w1.1 Follow the instructions in README-win.txt
2929

30+
w1.1.1 Copy readme to build-win:
31+
cp README.txt build-win/README.txt
32+
3033
w1.2 Install InnoSetup
3134
I use InnoSetup for creating the installer. Get it from:
3235
http://www.jrsoftware.org/isinfo.php
@@ -62,7 +65,7 @@ $ git push origin v3.5.1
6265

6366
3. Go to a temporary directory on your system to recheck at the tag. This is to avoid having any unwanted files
6467
$ cd /tmp
65-
$ git clone https://github.com/calband/calchart.git calchart
68+
$ git clone --recursive https://github.com/calband/calchart.git calchart
6669
$ cd calchart
6770
$ git checkout v3.5.1
6871

0 commit comments

Comments
 (0)