Fix README
This commit is contained in:
parent
01c8444ca3
commit
b2d3ccd5c3
2 changed files with 3 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
|||
This is a small program that posts an image from `./posts` every time you call it. You can call it like so:
|
||||
|
||||
```
|
||||
MASTODON_INSTANCE_URL=... MASTODON_ACCESS_TOKEN=... deno run --allow-env --allow-net --allow-write=./posts --allow-read=./posts main.ts
|
||||
MASTODON_INSTANCE_URL=... MASTODON_ACCESS_TOKEN=... deno run --allow-env --allow-net --allow-write --allow-read main.ts
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue