summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/href-ul/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-31 19:46:16 +0000
committerKarl Berry <karl@freefriends.org>2022-10-31 19:46:16 +0000
commit475713c696ab0c779cbd189b646131f1e907e3be (patch)
tree0be2dad4170fa697e738679c357928c5a9db2af2 /Master/texmf-dist/doc/latex/href-ul/README.md
parentb85211b0d457e8ea4625ba00efe5133ba6f42350 (diff)
href-ul (31oct22)
git-svn-id: svn://tug.org/texlive/trunk@64880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/href-ul/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/href-ul/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/href-ul/README.md b/Master/texmf-dist/doc/latex/href-ul/README.md
index c508666cf1e..8ad680d5829 100644
--- a/Master/texmf-dist/doc/latex/href-ul/README.md
+++ b/Master/texmf-dist/doc/latex/href-ul/README.md
@@ -18,11 +18,10 @@ Go to \href{https://www.google.com}{Google}!
\end{document}
```
-The full example and all commands are available in the
-[`href-ul.tex`](https://github.com/yegor256/href/blob/master/href-ul.tex) file.
+Otherwise, you can download [`to-be-determined.sty`](https://raw.githubusercontent.com/yegor256/href-ul/gh-pages/href-ul/href-ul.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.