summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ffcode/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-30 20:43:21 +0000
committerKarl Berry <karl@freefriends.org>2022-10-30 20:43:21 +0000
commit9422d1a2eacf4501190de352a564557f13ce6ca9 (patch)
treef68f9aa6eb0a080b51d9cb5a6ac76af3891e74a7 /Master/texmf-dist/doc/latex/ffcode/README.md
parent73e6f2b82d706c6410ea452a77481507df27273a (diff)
ffcode (30oct22)
git-svn-id: svn://tug.org/texlive/trunk@64868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ffcode/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/ffcode/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/ffcode/README.md b/Master/texmf-dist/doc/latex/ffcode/README.md
index fe0332ddfe2..f62fa0aa997 100644
--- a/Master/texmf-dist/doc/latex/ffcode/README.md
+++ b/Master/texmf-dist/doc/latex/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.