Skip to content

Commit be736da

Browse files
committed
Fix README.rst
1 parent ce9ebbb commit be736da

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

README.rst

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,25 @@ of the Jacobian matrix with the functions.
2121

2222
Jorge Moré, Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.
2323

24-
Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm)
25-
-------------
26-
Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
27-
You can build using provided `fpm.toml`:
28-
```bash
29-
fpm build
30-
fpm run --example <example_name see `fpm.toml`>
31-
```
32-
33-
To use `minpack` within your fpm project, add the following to your `fpm.toml` file:
34-
```toml
35-
[dependencies]
36-
minpack = { git="https://github.com/certik/minpack.git" }
37-
```
24+
Build with `fortran-lang/fpm <https://github.com/fortran-lang/fpm>`_
25+
--------------------------------------------------------------------
26+
27+
Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
28+
29+
You can build using provided ``fpm.toml``:
30+
31+
.. code-block:: bash
32+
33+
fpm build
34+
fpm run --example <example_name, see ``fpm.toml``>
35+
36+
37+
To use ``minpack`` within your fpm project, add the following to your ``fpm.toml`` file:
38+
39+
.. code-block:: toml
40+
41+
[dependencies]
42+
minpack = { git="https://github.com/certik/minpack.git" }
3843
3944
Documentation
4045
-------------

0 commit comments

Comments
 (0)