Skip to content

Commit

Permalink
docs: clarify macos limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 30, 2023
1 parent 3708b0e commit 16edcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo "<b>some html</b>" | npx google-docs-to-markdown
```

However, what you really want it run this after copying text from Google Docs. To do this, you'll need to extract the HTML
on the clipboard. Here's a script to do this:
on the clipboard. Here's a script for macOS to do this:

```shell
swift - <<EOF | npx google-docs-to-markdown | pbcopy
Expand Down

0 comments on commit 16edcfd

Please sign in to comment.