Skip to content

Commit 190735a

Browse files
committed
Merge branch 'patch-1' of https://github.com/GitMensch/node-cobol into new-version
2 parents e4890bc + 02e6fd0 commit 190735a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ Of course, you can! It's production ready! If you ever did such a thing, [ping m
6262
## Installation
6363

6464

65-
Currently GNUCobol is required. If you are using a debian-based distribution you can install it using:
65+
Currently [GnuCOBOL](https://www.gnu.org/software/gnucobol/) is required. If you are using a debian-based distribution you can install it using:
6666

6767
```sh
68-
$ sudo apt-get install open-cobol
68+
$ sudo apt install gnucobol
69+
# outdated systems: sudo apt-get install open-cobol
6970
```
7071

7172

0 commit comments

Comments
 (0)