summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/to-be-determined/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/to-be-determined/README.md')
-rw-r--r--macros/latex/contrib/to-be-determined/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/macros/latex/contrib/to-be-determined/README.md b/macros/latex/contrib/to-be-determined/README.md
index 5f8596eb58..74578626d3 100644
--- a/macros/latex/contrib/to-be-determined/README.md
+++ b/macros/latex/contrib/to-be-determined/README.md
@@ -19,11 +19,10 @@ The budget is \tbd{99.00 USD}.
\end{document}
```
-The full example and all commands are available in the
-[`to-be-determined.tex`](https://github.com/yegor256/to-be-determined/blob/master/to-be-determined.tex) file.
+Otherwise, you can download [`to-be-determined.sty`](https://raw.githubusercontent.com/yegor256/to-be-determined/gh-pages/to-be-determined/to-be-determined.sty) and add to your project.
-If you want to contribute yourself, make a fork, then create a branch,
-then run `make` in the root directory.
+If you want to contribute yourself, make a fork, then create a branch,
+then run `l3build ctan` in the root directory.
It should compile everything without errors. If not, submit an issue and wait.
-Otherwise, make your changes and then run `make` again. If the build is
+Otherwise, make your changes and then run `l3build ctan` again. If the build is
still clean, submit a pull request.