Skip to content

Commit 6e6b6b5

Browse files
committed
add command line example for finding hatch config file location
1 parent 7b422d4 commit 6e6b6b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tutorials/get-to-know-hatch.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ To open the config file in your file browser, run the following command in your
4444

4545
This will open up a directory window that will allow you to double click on the file and open it in your favorite text editor.
4646

47+
You can also retrieve the location of the file by running the following command in your shell:
48+
49+
```bash
50+
hatch config find
51+
# hatch config --help will show you all the options for config.
52+
```
53+
4754
### Step 2 - update your email and name
4855

4956
Once the file is open, update the [template] table of the `config.toml` file with your name and email. This information will be used in any `pyproject.toml` metadata files that you create using Hatch.

0 commit comments

Comments
 (0)