Skip to content

Commit

Permalink
removed repeated upgrading section
Browse files Browse the repository at this point in the history
  • Loading branch information
curvedinf committed Aug 20, 2024
1 parent fed8fff commit 1b48240
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ COMMIT_TO_GIT = true

Once enabled, the assistant will ask for confirmation on any change you request to modify files. The assistant will
only change one file at a time, so for multi-file changes, you must make multiple prompts. If your prompt does not
involve a file modification, the assistant will not make any updates and it will work as though `COMMIT_TO_GIT` is off.
involve a file modification, the assistant will not make any updates, and it will work as though `COMMIT_TO_GIT` is off.
To undo a commit, type `undo` in the prompt.

## Running
Expand Down Expand Up @@ -334,13 +334,6 @@ GLOBAL_IGNORES = [
]
```

## Upgrading
Some version upgrades may have incompatibility issues in the embedding index cache. Use this command to delete the
index cache so it may be regenerated:
```shell
dir-assistant clear
```

## Upgrading

Some version upgrades may have incompatibility issues in the embedding index cache. Use this command to delete the
Expand Down

0 comments on commit 1b48240

Please sign in to comment.