diff options
author | Alan Pearce | 2024-05-29 18:02:34 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 18:02:34 +0200 |
commit | f3d97c5bd45bca868417d76196680288ae2d05ff (patch) | |
tree | 2ed7f589546c78b47f92fc2883968e138dfd29fd | |
parent | 2c4a19ad6cb71065d31304370708c859b4f68f6d (diff) | |
download | searchix-f3d97c5bd45bca868417d76196680288ae2d05ff.tar.lz searchix-f3d97c5bd45bca868417d76196680288ae2d05ff.tar.zst searchix-f3d97c5bd45bca868417d76196680288ae2d05ff.zip |
docs: move and clarify (achieved!) relevancy goal to "Goals"
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 97f9f8b..aa38a62 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,12 @@ Also, I wanted to learn Go! - Responsive (i.e. low latency) - Minimal JavaScript for progressive enhancement - Quickly switch between (options) sources with the same query +- Querying "git" should give relevant results: + - Options: programs.git.{enable,package} + - Packages: git/gitMinimal/gitFull... ### Future -- [ ] `programs.git.enable` should be in the first few results for the query "git" - ## Developing See [docs/developing.md](./docs/developing.md) |