You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ Then:
42
42
`pip install -e path/to/snippet`
43
43
44
44
## configure
45
-
Place a `.toml`[configuration file](https://github.com/toml-lang/toml)
46
-
in your project directory. Any value defined in [the config object](https://github.com/ARMmbed/snippet/blob/22cb8b4af961b8c728ab6f4d9b91922823c6620f/src/snippet/config.py#L8)
45
+
Place a config file in the [toml format](https://github.com/toml-lang/toml)
46
+
in your project directory (e.g. `snippet.toml`). Any value defined in [the config object](https://github.com/ARMmbed/snippet/blob/master/src/snippet/config.py#L8)
47
47
can be overridden.
48
48
49
49
As an example, basic configuration typically includes input and output directories:
@@ -65,19 +65,22 @@ Alternatively, run snippet from anywhere and specify a working directory and con
0 commit comments