diff --git a/README.md b/README.md index f16e612b..3ca17daa 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,19 @@ The extension is open source at [lcandy2/gitingest-extension](https://github.com Issues and feature requests are welcome to the repo. +# Windows venv activation and correct usage: + +## Quick start (Windows / PowerShell)
+```bash +python -m venv .venv +.\.venv\Scripts\Activate +pip install -e . +gitingest --help +# Example +gitingest https://github.com/user/repo -o digest.txt +``` + + ## 💡 Command line usage The `gitingest` command line tool allows you to analyze codebases and create a text dump of their contents. diff --git a/src/static/robots.txt b/src/static/robots.txt index a1af0c89..eb053628 100644 --- a/src/static/robots.txt +++ b/src/static/robots.txt @@ -1,4 +1,2 @@ User-agent: * -Allow: / -Allow: /api/ -Allow: /coderamp-labs/gitingest/ +Disallow: