We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c71cb7 commit b3f04e8Copy full SHA for b3f04e8
README.md
@@ -20,15 +20,9 @@ cd fortran-csv-module
20
```
21
#### Dependencies
22
1. Git
23
-2. [FoBis](https://github.com/szaghi/FoBiS), [fpm](https://github.com/fortran-lang/fpm), or [CMake](https://cmake.org)
+2. [fpm](https://github.com/fortran-lang/fpm), or [CMake](https://cmake.org)
24
3. [FORD](https://github.com/Fortran-FOSS-Programmers/ford) (optional)
25
26
-#### Build with FoBis
27
-You can build using provided `build.sh`:
28
-```bash
29
-./build.sh
30
-```
31
-
32
#### Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm)
33
Fortran Package Manager (fpm) is a great package manager and build system for Fortran.
34
You can build using provided `fpm.toml`:
0 commit comments