Skip to content

Commit a403edd

Browse files
committed
Update README
1 parent 926665d commit a403edd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ buckets <entry_path> [import_map_path] > out.js
6868
Buckets will look for `deno.json` or `deno.jsonc` in the current folder. To use a different
6969
imports map, pass it's path as the second argument
7070

71+
Alternatively, you can use it directly from the deno.land/x source:
72+
73+
```sh
74+
deno run --allow-read --allow-write --allow-net --allow-env https://deno.land/x/buckets@v0.7.0/buckets.ts your_entry_file.ts > bundle.js
75+
```
76+
7177
### API
7278

7379
```typescript

0 commit comments

Comments
 (0)