Skip to content

Commit

Permalink
README: readjust the development section
Browse files Browse the repository at this point in the history
  • Loading branch information
mtds committed Oct 10, 2020
1 parent c60f0a3 commit 0802680
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ counted with this parameter almost always indicates three issues:

## Installation

Read [DEVELOPMENT.md](DEVELOPMENT.md) in order to build the Prometheus Slurm
Exporter. After a successful build copy the executable
`bin/prometheus-slurm-exporte` to a node with access to the Slurm command-line
interface. A [Systemd Unit][sdu] file to run the executable as service is
available in [lib/systemd/prometheus-slurm-exporter.service](lib/systemd/prometheus-slurm-exporter.service).
* Read [DEVELOPMENT.md](DEVELOPMENT.md) in order to build the Prometheus Slurm Exporter. After a successful build copy the executable
`bin/prometheus-slurm-exporter` to a node with access to the Slurm command-line interface.

* A [Systemd Unit][sdu] file to run the executable as service is available in [lib/systemd/prometheus-slurm-exporter.service](lib/systemd/prometheus-slurm-exporter.service).

* (**optional**) Distribute the exporter as a Snap package: consult the [following document](packages/snap/README.md). **NOTE**: this method requires the use of [Snap](https://snapcraft.io), which is built by [Canonical](https://canonical.com).

[sdu]: https://www.freedesktop.org/software/systemd/man/systemd.service.html

Expand Down

0 comments on commit 0802680

Please sign in to comment.