Spaces:
Sleeping
Sleeping
update readme
Browse files
README.md
CHANGED
@@ -111,6 +111,8 @@ knowlang parse ./my-project
|
|
111 |
# For verbose output
|
112 |
knowlang -v parse ./my-project
|
113 |
```
|
|
|
|
|
114 |
|
115 |
2. Then, launch the chat interface:
|
116 |
```bash
|
|
|
111 |
# For verbose output
|
112 |
knowlang -v parse ./my-project
|
113 |
```
|
114 |
+
> ⚠️ **Warning**
|
115 |
+
> Make sure to setup the correct paths to include and exclude for parsing. Please refer to "Parser Settings" section in [Configuration Guide](configuration.md) for more information
|
116 |
|
117 |
2. Then, launch the chat interface:
|
118 |
```bash
|