Fix README
This commit is contained in:
parent
01c8444ca3
commit
b2d3ccd5c3
2 changed files with 3 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -97,5 +97,7 @@ const statusRequest = await fetch(`${MASTODON_INSTANCE_URL}/api/v1/statuses`, {
|
|||
console.log("statusRequest", statusRequest);
|
||||
|
||||
console.log("Linking posted file so we can skip it in the future…");
|
||||
// FIXME: This requires unrestricted `--allow-read` and `--allow-write` at the;
|
||||
// deno should provide a finer-grained permission prompt here
|
||||
await Deno.symlink(`./posts/${fileToPost}`, `./posts/.posted/${fileToPost}`);
|
||||
console.log("Done!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue