denosaurs/denon

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

v0d1n opened this issue · 1 comments

v0d1n commented

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

ping @filipporeds