Skip to content

Commit 4a982a3

Browse files
committed
Update README
1 parent 2cbc789 commit 4a982a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use =nix-org-export= to export org files to PDFs using =(org-latex-export-to-pdf
88

99
- Ensure you have flakes enabled
1010
- Add =github:t4ccer/nix-org-export= to your inputs
11-
- Call =exportOrgFor "your-system" ./path-to-org-file=
11+
- Call =exportOrgFor "your-system" ./src "path-to-org-file="
1212

1313
** Example
1414

@@ -19,7 +19,7 @@ Example exposes README of your project in PDF as a flake output.
1919
description = "nix-org-export example";
2020
inputs.nix-org-export.url = "github:t4ccer/nix-org-export";
2121
outputs = { nix-org-export, ... }: {
22-
readmeExported = nix-org-export.exportOrgFor "x86_64-linux" ./README.org;
22+
readmeExported = nix-org-export.exportOrgFor "x86_64-linux" ./. "README.org";
2323
};
2424
}
2525
#+end_src

0 commit comments

Comments
 (0)