summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ffcode/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ffcode/README.md')
-rw-r--r--macros/latex/contrib/ffcode/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/macros/latex/contrib/ffcode/README.md b/macros/latex/contrib/ffcode/README.md
index fe0332ddfe..f62fa0aa99 100644
--- a/macros/latex/contrib/ffcode/README.md
+++ b/macros/latex/contrib/ffcode/README.md
@@ -23,11 +23,10 @@ void r() {
\end{document}
```
-The full example and all commands are available in the
-[`ffcode.tex`](https://github.com/yegor256/ffcode/blob/master/ffcode.tex) file.
+Otherwise, you can download [`ffcode.sty`](https://raw.githubusercontent.com/yegor256/ffcode/gh-pages/ffcode/ffcode.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.