From 1020098497c37b7acfe3ff70845db58c3de22f98 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sat, 6 Jun 2026 19:26:35 +0300 Subject: Specify download directory in README Closes #6. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 71540a6..96f2215 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,16 @@ Requires: - A **`cookies.json`** file for `learning.oreilly.com` (see below). - Network access to O'Reilly's API while running the tool. +### Download directory + +This depends on the platform, as below: + +|Platform|Value|Example| +|--------|-----|-------| +|Linux|`$XDG_DOWNLOAD_DIR`/oreilly-epub or `$HOME`/Downloads/oreilly-epub|/home/alice/Downloads/oreilly-epub| +|macOS|`$HOME`/Downloads/oreilly-epub|/Users/Alice/Downloads/oreilly-epub| +|Windows|`{FOLDERID_Downloads}`\oreilly-epub|C:\Users\Alice\Downloads\oreilly-epub| + ### Cookies setup (`cookies.json`) Place a `cookies.json` file in the current working directory or config directory -- cgit v1.3.1