Skip to content

Commit 6d48a2b

Browse files
chore: update llms.txt
1 parent 19d3d57 commit 6d48a2b

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

llms.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following file types are included:
2828
<file>README.md</file>
2929
<metadata>
3030
path: README.md
31-
size: 5567 bytes
31+
size: 5681 bytes
3232
</metadata>
3333

3434
[![CodeQL Advanced](https://github.com/ngmisl/llmstxt/actions/workflows/codeql.yml/badge.svg)](https://github.com/ngmisl/llmstxt/actions/workflows/codeql.yml)
@@ -107,6 +107,14 @@ The script will:
107107
2. Process files according to .gitignore rules
108108
3. Generate `llms.txt` with compressed content
109109

110+
### Install Locally
111+
112+
```bash
113+
pip install --user .
114+
```
115+
116+
Now you can use the `llmstxt` command from your terminal.
117+
110118
### GitHub Actions Integration
111119

112120
There are two ways to use this tool with GitHub Actions:
@@ -315,7 +323,7 @@ SOFTWARE.
315323
<metadata>
316324
path: pyproject.toml
317325
type: toml
318-
size: 659 bytes
326+
size: 725 bytes
319327
</metadata>
320328

321329
<content type='toml'>
@@ -329,6 +337,9 @@ requires-python = ">=3.8"
329337
readme = "README.md"
330338
license = { text = "MIT" }
331339

340+
[project.scripts]
341+
llmstxt = "llmstxt.__main__:generate_llms_txt"
342+
332343
[project.optional-dependencies]
333344
dev = ["mypy>=1.7.0", "ruff>=0.1.8"]
334345

@@ -390,7 +401,7 @@ __all__ = ['generate_llms_txt']
390401
<metadata>
391402
path: llmstxt/__main__.py
392403
type: py
393-
size: 131 bytes
404+
size: 154 bytes
394405
</metadata>
395406

396407
<imports>

0 commit comments

Comments
 (0)