mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Added initial capital letter to bullet points that had it missing (#1000)
Co-authored-by: Francisco Ingham <>
This commit is contained in:
parent
10e7297306
commit
0b6aa6a024
@ -13,15 +13,15 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"Steps:\n",
|
"Steps:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"1) clone Airbyte from GitHub - `git clone https://github.com/airbytehq/airbyte.git`\n",
|
"1) Clone Airbyte from GitHub - `git clone https://github.com/airbytehq/airbyte.git`\n",
|
||||||
"\n",
|
"\n",
|
||||||
"2) switch into Airbyte directory - `cd airbyte`\n",
|
"2) Switch into Airbyte directory - `cd airbyte`\n",
|
||||||
"\n",
|
"\n",
|
||||||
"3) start Airbyte - `docker compose up`\n",
|
"3) Start Airbyte - `docker compose up`\n",
|
||||||
"\n",
|
"\n",
|
||||||
"4) In your browser, just visit http://localhost:8000. You will be asked for a username and password. By default, that's username `airbyte` and password `password`.\n",
|
"4) In your browser, just visit http://localhost:8000. You will be asked for a username and password. By default, that's username `airbyte` and password `password`.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"5) Setup any source you wish\n",
|
"5) Setup any source you wish.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"6) Set destination as Local JSON, with specified destination path - lets say `/json_data`. Set up manual sync.\n",
|
"6) Set destination as Local JSON, with specified destination path - lets say `/json_data`. Set up manual sync.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -163,7 +163,7 @@
|
|||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.1"
|
"version": "3.10.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user