Skip to content

Commit

Permalink
docs: add asdf plugin instructions (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
CanRau and antfu authored Mar 3, 2024
1 parent 34bc2cd commit 95d4638
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,23 @@ $Env:NI_CONFIG_FILE = 'C:\to\your\config\location'

<br>

### Integrations

#### asdf

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)

```bash
# first add the plugin
asdf plugin add ni https://github.com/CanRau/asdf-ni.git

# then install the latest version
asdf install ni latest

# and make it globally available
asdf global ni latest
```

### How?

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

0 comments on commit 95d4638

Please sign in to comment.