denon icon indicating copy to clipboard operation
denon copied to clipboard

README.md install link to nest.land leads to 404

Open v0d1n opened this issue 4 years ago • 1 comments

Describe the bug A clear and concise description of what the bug is.

Following the README.md to install denon with nest.land url leads to 404.

To Reproduce Steps to reproduce the behavior:

$ deno install -qAf --unstable https://x.nest.land/denon/denon.ts
error: Import 'https://x.nest.land/denon/denon.ts' failed: 404 Not Found

Expected behavior A clear and concise description of what you expected to happen.

It should install denon like with deno.land url:

$ deno install -qAf --unstable https://deno.land/x/denon/denon.ts
Warning Implicitly using latest version (2.4.7) for http://deno.land/x/denon/denon.ts
✅ Successfully installed denon

Setup

  • OS: Ubuntu 20.04
  • Deno version: 1.8.1

v0d1n avatar Mar 13 '21 01:03 v0d1n

ping @filipporeds

eliassjogreen avatar Mar 13 '21 01:03 eliassjogreen