diff options
author | Tim Schumacher <tim@datenknoten.me> | 2019-03-06 10:01:06 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-06 09:09:55 -0700 |
commit | 22705b007f95068b8d82282902ed14a2c0bf7819 (patch) | |
tree | 54b497ecf48ddff4293418b65dadd37a7302cf14 /tutorials/builds.sr.ht/index.html | |
parent | 5cf988d0b3bec5ce2e5f7b7151918d82583904cc (diff) | |
download | sr.ht-docs-22705b007f95068b8d82282902ed14a2c0bf7819.tar.gz |
add a link to a spec using nvm for node builds
As request sent via git send-email. Any feedback on the build spec very welcome.
Diffstat (limited to 'tutorials/builds.sr.ht/index.html')
-rw-r--r-- | tutorials/builds.sr.ht/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tutorials/builds.sr.ht/index.html b/tutorials/builds.sr.ht/index.html index 6b759c2..e09b40a 100644 --- a/tutorials/builds.sr.ht/index.html +++ b/tutorials/builds.sr.ht/index.html @@ -87,4 +87,9 @@ Testing a C project on 3 platforms </a> </li> + <li> + <a href="https://git.sr.ht/~xaffe/matrix-dokumentation/tree/master/.build.yml"> + Use a specific node version in your build with nvm + </a> + </li> </ul> |