Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br>
```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.
Expand Down
4 changes: 1 addition & 3 deletions src/static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
User-agent: *
Allow: /
Allow: /api/
Allow: /coderamp-labs/gitingest/
Disallow: