We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32ad20 commit 75c9dc8Copy full SHA for 75c9dc8
doc/TIPS.md
@@ -49,13 +49,15 @@ them, or builds will fail in CI or for other people.
49
50
Set `ID_TEMPLATE_HOME` in your environment to a common location
51
(such as a checkout of this repository) and the `Makefile` will create
52
-a symlink for you.
+a symlink for you[^old].
53
54
```sh
55
$ git clone https://github.com/martinthomson/i-d-template i-d-template
56
$ echo 'export ID_TEMPLATE_HOME="'"$(pwd)"'/i-d-template"' >> ~/.profile
57
```
58
59
+[^old]: Old versions of the `Makefile` don't, so you might need to update.
60
+
61
62
## When Creating Pull Requests on Another Repository
63
0 commit comments