Skip to content

Commit 75c9dc8

Browse files
Add a note about old Makefiles
1 parent a32ad20 commit 75c9dc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/TIPS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ them, or builds will fail in CI or for other people.
4949

5050
Set `ID_TEMPLATE_HOME` in your environment to a common location
5151
(such as a checkout of this repository) and the `Makefile` will create
52-
a symlink for you.
52+
a symlink for you[^old].
5353

5454
```sh
5555
$ git clone https://github.com/martinthomson/i-d-template i-d-template
5656
$ echo 'export ID_TEMPLATE_HOME="'"$(pwd)"'/i-d-template"' >> ~/.profile
5757
```
5858

59+
[^old]: Old versions of the `Makefile` don't, so you might need to update.
60+
5961

6062
## When Creating Pull Requests on Another Repository
6163

0 commit comments

Comments
 (0)