From 31f590211afa1e29a10056935696e05d790011f6 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 28 Feb 2022 09:58:09 -0800 Subject: [PATCH] =?UTF-8?q?Add=20a=20link=20in=20readme=20to=20David=20?= =?UTF-8?q?=C3=96hlin's=20importer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4aca55831..130fe2aea 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Omnivore takes advantage of some great open source software: * [Radix](https://www.radix-ui.com/) - We use Raxix UI's components on our frontend. * And many more awesome libraries, just checkout our package files to see what we are using. +## Importing Libraries + +If you have a library you'd like to import, [@davidon](https://github.com/davidohlin) has created +a tool that imports a list of CSV URLs: [omnivore-import](https://github.com/davidohlin/instapaper-to-omnivore-import) ## How to setup local development :computer: