update the readme to mention the new lore collection import feature

Daniel Pittman [08-26-18 - 16:05]
update the readme to mention the new lore collection import feature
Filename
README.md
release.sh
diff --git a/README.md b/README.md
index ab6c290..e62c211 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,18 @@ Anything in your inventory, or accessed through the Lore Journal, will display
 normally.  Accessing books through non-standard book collecting addons should
 work normally, but has not been tested.  Please report issues appropriately.

+## History is imported from the Lore Collections
+
+All the books that you have discovered, and which are recorded in the Lore
+Collections found in the Journal, are automatically marked as read.
+This won't be able to add all the previously read content, but it should
+include a significant proportion for most players.
+
+Unfortunately, other than the Lore Collections, there is no in-game history
+for what content has been read, so the addon will only be able to "know" that
+you read something after the first time you encounter a non-Collection book
+with it active.
+
 ## Configuration

 There is no configuration for the addon.
diff --git a/release.sh b/release.sh
index 78a0b7b..78f18c9 100644
--- a/release.sh
+++ b/release.sh
@@ -36,7 +36,7 @@ fi
 root=${PWD?}
 addon=${${(s:/:)PWD?}[-1]}
 manifest=${addon}.txt
-distdir=${HOME}/Documents/esoui-release
+distdir=${HOME}/wslhome/Documents/esoui-release

 release=${PWD?}/release
 mkdir -p ${release}