From fc8a9cca7b0245bc5bde655dcd6297fbc33bbf78 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Jul 2022 10:13:59 +0200 Subject: [PATCH] README: Mention the manual can also be built from the source Change-Id: Ic73a9ebaecab1b14668aaffe4cd39b3749a19fc7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e1937e5..bb92afc0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ network, and want to issue your own SIM/USIM cards for that network. Homepage and Manual ------------------- -Please visit the [official homepage](https://osmocom.org/projects/pysim/wiki) for usage instructions, manual and examples. +Please visit the [official homepage](https://osmocom.org/projects/pysim/wiki) for usage instructions, manual and examples. The user manual can also be built locally from this source code by ``cd docs && make html latexpdf`` for HTML and PDF format, respectively. Git Repository --------------