From 1a3181d78b4478e7716047b423a1746123dfe4c3 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 29 May 2020 15:37:20 -0500 Subject: [PATCH] Update README changed case of path in a link to the usage guide to fix 404 error. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d4265b..2d1550f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ sist2 (Simple incremental search tool) 1. *(or)* Download a [development snapshot](https://files.simon987.net/artifacts/Sist2/Build/) *(Not recommended!)* 1. *(or)* `docker pull simon987/sist2:latest` -1. See [Usage guide](DOCS/USAGE.md) +1. See [Usage guide](docs/USAGE.md) \* *Windows users*: **sist2** runs under [WSL](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) @@ -61,7 +61,7 @@ sist2 (Simple incremental search tool) ## Example usage -See [Usage guide](DOCS/USAGE.md) for more details +See [Usage guide](docs/USAGE.md) for more details 1. Scan a directory: `sist2 scan ~/Documents -o ./docs_idx` 1. Push index to Elasticsearch: `sist2 index ./docs_idx`