Skip to content

Commit 40090c7

Browse files
committed
remove redundant installation guideline
Signed-off-by: Martijn Govers <[email protected]>
1 parent 585e144 commit 40090c7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/advanced_documentation/c-api.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,6 @@ program to use this C API.
2424

2525
In this documentation, the main design choices and concepts of the C API are presented.
2626

27-
## Installation
28-
29-
To install this library, please follow the steps to [build from source](./build-guide.md).
30-
You can also install via Homebrew:
31-
32-
```bash
33-
brew install powergridmodel/pgm/power-grid-model
34-
```
35-
36-
Note that you will need to satisfy the basic minimum [build requirements](./build-guide.md#build-requirements).
37-
38-
If you are interested in having this package in [`homebrew-core`](https://github.com/Homebrew/homebrew-core), please
39-
consider contributing the [formula](https://github.com/PowerGridModel/homebrew-pgm), in conformance to
40-
[their documentation](https://docs.brew.sh/Acceptable-Formulae).
41-
4227
## Finding and linking the package
4328

4429
The package can be loaded using the Config mode of the `find_package` CMake command.

0 commit comments

Comments
 (0)