File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Choose an installation method:
3131sudo apt update && sudo apt install pipx
3232
3333# Install code-indexer using pipx (from latest release)
34- pipx install https://github.com/jsbattig/code-indexer/releases/download/v0.0.18 .0/code_indexer-0.0.18 .0-py3-none-any.whl
34+ pipx install https://github.com/jsbattig/code-indexer/releases/download/v0.0.19 .0/code_indexer-0.0.19 .0-py3-none-any.whl
3535
3636# Or install directly from git (latest development)
3737pipx install git+https://github.com/jsbattig/code-indexer.git
@@ -47,7 +47,7 @@ python3 -m venv ~/code-indexer-env
4747source ~ /code-indexer-env/bin/activate
4848
4949# Install from GitHub releases
50- pip install https://github.com/jsbattig/code-indexer/releases/download/v0.0.18 .0/code_indexer-0.0.18 .0-py3-none-any.whl
50+ pip install https://github.com/jsbattig/code-indexer/releases/download/v0.0.19 .0/code_indexer-0.0.19 .0-py3-none-any.whl
5151
5252# Or install directly from git (latest development)
5353pip install git+https://github.com/jsbattig/code-indexer.git
Original file line number Diff line number Diff line change 55to provide code search capabilities.
66"""
77
8- __version__ = "0.0.18 .0"
8+ __version__ = "0.0.19 .0"
99__author__ = "Code Indexer Team"
You can’t perform that action at this time.
0 commit comments