Skip to content

Commit 95d4638

Browse files
CanRauantfu
andauthored
docs: add asdf plugin instructions (#205)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent 34bc2cd commit 95d4638

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
@@ -236,6 +236,23 @@ $Env:NI_CONFIG_FILE = 'C:\to\your\config\location'
236236

237237
<br>
238238

239+
### Integrations
240+
241+
#### asdf
242+
243+
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)
244+
245+
```bash
246+
# first add the plugin
247+
asdf plugin add ni https://github.com/CanRau/asdf-ni.git
248+
249+
# then install the latest version
250+
asdf install ni latest
251+
252+
# and make it globally available
253+
asdf global ni latest
254+
```
255+
239256
### How?
240257

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

0 commit comments

Comments
 (0)