precise-code-intel-tester: clarify docs

This commit is contained in:
Stephen Gutekanst 2021-04-01 16:37:44 -07:00 committed by GitHub
parent 6d6b66aeb5
commit 36d58cc972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,3 +69,11 @@ Upload the generated indexes by running the following command:
```
./scripts/upload.sh
```
Or if you just want to test an indexer change locally, you can:
```sh
rm -rf testdata/indexes/
```
Then rerun the testing steps described above (starting at `clone-and-index.sh`)