Skip to content

Commit

Permalink
Merge pull request ElektraInitiative#4665 from Janldeboer/package_nam…
Browse files Browse the repository at this point in the history
…es_styled

[FLOSS H2] doc: Use of `Code` blocks on package and variable names in INSTALL.md
  • Loading branch information
markus2330 authored Nov 28, 2022
2 parents 0bfb362 + c2ef7a3 commit 59d56a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,15 @@ You can find the generated packages in the `package` directory of the build dire

#### Debian/Ubuntu

First make sure you have debhelper and d-shlibs installed:
First make sure you have `debhelper` and `d-shlibs` installed:

```sh
apt-get install debhelper d-shlibs
```

(Otherwise you'll see an error file utility is not available, breaking CPACK_DEBIAN_PACKAGE_SHLIBDEPS and CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS.)
(Otherwise you'll see an error file utility is not available, breaking `CPACK_DEBIAN_PACKAGE_SHLIBDEPS` and `CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS`.)
On Debian-based distributions you will need to set LD_LIBRARY_PATH before generating the package.
On Debian-based distributions you will need to set `LD_LIBRARY_PATH` before generating the package.
Simply `cd` into the build directory and run following command:
```sh
Expand Down
2 changes: 1 addition & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- <<TODO>>
- <<TODO>>
- <<TODO>>
- <<TODO>>
- Denoted pacakage names & global variable names in [INSTALL.md](../INSTALL.md) as `Code` _(@janldeboer)_
- <<TODO>>
- Improve readability of doc/tutorials/highlevel.md _(@deoknats861)_
- Improve reference to Podman documentation _(@0x6178656c)_
Expand Down

0 comments on commit 59d56a8

Please sign in to comment.