Skip to content

Commit de7cf91

Browse files
### ChangeLog:
Changes in file docs/FAQ.md: ### CLI exit code meanings Changes in file multicast/__init__.py: Unknown Changes
1 parent 7dc37f8 commit de7cf91

File tree

2 files changed

+227
-31
lines changed

2 files changed

+227
-31
lines changed

docs/FAQ.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ work as far as this Multicast module is concerned.
233233
documentation site.
234234

235235
* However, if one still wishes to build the documentation manually, there is a `make` target
236-
specifically for this:
236+
specifically for building from source:
237237

238238
```bash
239239
make build-docs
@@ -245,6 +245,8 @@ work as far as this Multicast module is concerned.
245245
to the specific commit you're working on, set the `DOCS_BUILD_REF` environment variable:
246246

247247
```bash
248+
# git clone ...
249+
# git checkout <specific commit>
248250
# shellcheck disable=SC2155
249251
export DOCS_BUILD_REF=$("${GIT:-git}" rev-parse --verify HEAD)
250252
make build-docs # or your own documentation build command

0 commit comments

Comments
 (0)