Skip to content

Commit 3c9a451

Browse files
CanRauantfu
authored andcommitted
docs: add asdf plugin instructions (antfu-collective#205)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent dc5870c commit 3c9a451

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,23 @@ $Env:NI_CONFIG_FILE = 'C:\to\your\config\location'
271271

272272
<br>
273273

274+
### Integrations
275+
276+
#### asdf
277+
278+
You can also install ni via the [3rd-party asdf-plugin](https://github.com/CanRau/asdf-ni.git) maintained by [CanRau](https://github.com/CanRau)
279+
280+
```bash
281+
# first add the plugin
282+
asdf plugin add ni https://github.com/CanRau/asdf-ni.git
283+
284+
# then install the latest version
285+
asdf install ni latest
286+
287+
# and make it globally available
288+
asdf global ni latest
289+
```
290+
274291
### How?
275292

276293
**ni** assumes that you work with lockfiles (and you should)

0 commit comments

Comments
 (0)