From 3563485dc9eab76f79a11e9e3e4a5bc40dd51058 Mon Sep 17 00:00:00 2001 From: Ashwanth Kumar Date: Sun, 26 Jul 2020 14:52:56 +0530 Subject: [PATCH] Adding the section on How to remix this block --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d8577ce..4d5c7f1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ Image Search and Import is an Airtable block that helps you use Bing / Flickr Im ## Cavets The images that are being imported into the base are copyright of the respective website(s). Block also imports the source website url as part of the import and you should contact them / the author to seek permission on using the images for any purposes that are not explicitly laid out under the respective copyright sections of the website(s). +## How to remix this block + +1. Create a new base (or you can use an existing base). +2. Create a new block in your base (see [Create a new block](https://airtable.com/developers/blocks/guides/hello-world-tutorial#create-a-new-block), + selecting "Remix from Github" as your template. +3. From the root of your new block, run `block run`. + ## License MIT