deno.land / x / denon@2.5.0 / docs / installation.md

installation.md

title: Installation

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

To install denon simply enter the following into a terminal:

<Tabs groupId="registry" defaultValue="official" values={[ {label: 'deno.land', value: 'official'}, {label: 'nest.land', value: 'nest'}, ]}>

deno install -qA -f --unstable https://deno.land/x/denon@2.3.2/denon.ts
deno install -qA -f --unstable https://x.nest.land/denon@2.3.2/denon.ts

Autocompletion

In zsh, you can install autocompletion with:

echo '. <(denon --completion)' >> ~/.zshrc

In bash:

denon --completion >> ~/.config/denon.completion.sh
echo 'source ~/.config/denon.completion.sh' >> ~/.bash_profile

In fish:

echo 'denon --completion-fish | source' >> ~/.config/fish/config.fish
denon

Version Info

Tagged at
2 years ago