diff --git a/README.md b/README.md index dd1b485..c6c27c5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ deno install --allow-write --allow-read --allow-net https://deno.land/x/dlink/ with install directory: ```bash -$ deno install --allow-write --allow-read --allow-net -d /usr/local/bin dlink https://deno.land/x/dlink/dlink.ts +$ deno install --allow-write --allow-read --allow-net --root /usr/local https://deno.land/x/dlink/dlink.ts ``` # Usage diff --git a/dlink.ts b/dlink.ts index 7925a54..898bff9 100755 --- a/dlink.ts +++ b/dlink.ts @@ -201,7 +201,7 @@ async function generateSkeletonFile() { JSON.stringify( { "https://deno.land/std": { - version: `@v0.50.0`, + version: `@0.100.0`, modules: ["/testing/asserts.ts"], }, }, @@ -258,14 +258,14 @@ async function main() { ARGUMENTS OPTIONS - - -f, --file Custom path for module.json (Optional) - + + -f, --file Custom path for module.json (Optional) + GLOBAL OPTIONS - + -h, --help Display help -V, --ver Display version - + `), ); Deno.exit(0);