From 31f590211afa1e29a10056935696e05d790011f6 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 28 Feb 2022 09:58:09 -0800 Subject: [PATCH 1/3] =?UTF-8?q?Add=20a=20link=20in=20readme=20to=20David?= =?UTF-8?q?=20=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: From 800ea460fe1baa42974f4fa13e762aae2aa1d53b Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 28 Feb 2022 09:59:12 -0800 Subject: [PATCH 2/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 130fe2aea..0bae472a8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Omnivore takes advantage of some great open source software: ## Importing Libraries -If you have a library you'd like to import, [@davidon](https://github.com/davidohlin) has created +If you have a library you'd like to import, [@davidohlin](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: From 88a198024dc3e3a8157fdbb4c303227ef2a32628 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 28 Feb 2022 10:03:38 -0800 Subject: [PATCH 3/3] Add extra space so code block is rendered correctly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bae472a8..7121df749 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ git clone https://github.com/omnivore-app/omnivore cd omnivore docker-compose up ``` + This will start postgres, initialize the database, and start the web and api services. ### 2. Open the browser