From 429d8a1a7c4da371ed180e581a72dae29b011bfb Mon Sep 17 00:00:00 2001 From: SALES Date: Tue, 30 May 2023 08:13:38 +1100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cfc5e2f..4fbb4af 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ install httpfs; select * from 'https://raw.githubusercontent.com/adriens/auptitcafe-data/main/data/current_menus_headers.csv'; ``` + +### `bash` + +```shell +duckdb << EOF +install httpfs; +select * from 'https://raw.githubusercontent.com/adriens/auptitcafe-data/main/data/current_menus_headers.csv'; +EOF + +```