Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletM committed Sep 12, 2024
1 parent 86a2f29 commit 85377f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/docs/tutorial/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ This tutorial is for you if you need to load data files like `jsonl`, `csv`, `pa

To help you get started quickly, `dlt` provides some handy CLI commands. One of these commands will help you set up a new `dlt` project:

```
```sh
dlt init filesystem duckdb
```

This command creates a project that loads data from a filesystem into a DuckDB database. You can easily switch out duckdb for any other [supported destinations](../dlt-ecosystem/destinations).
After running this command, your project will have the following structure:

```txt
```text
filesystem_pipeline.py
requirements.txt
.dlt/
Expand Down

0 comments on commit 85377f1

Please sign in to comment.