Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.37 KB

File metadata and controls

59 lines (38 loc) · 1.37 KB

asdf-nnn Build Lint

nnn plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • libncurses
  • libreadline

Install

Plugin:

asdf plugin add nnn
# or
asdf plugin add nnn https://github.com/benit8/asdf-nnn.git

nnn:

# Show all installable versions
asdf list-all nnn

# Install specific version
asdf install nnn latest

# Set a version globally (on your ~/.tool-versions file)
asdf global nnn latest

# Now nnn commands are available
nnn -h

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Benoît Lormeau