Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Oct 26, 2022
1 parent 2cbc789 commit 4a982a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use =nix-org-export= to export org files to PDFs using =(org-latex-export-to-pdf

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

** Example

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

0 comments on commit 4a982a3

Please sign in to comment.