diff --git a/LICENSE b/LICENSE index daa93b2..122169f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-20 Ionică Bizău (https://ionicabizau.net) +Copyright (c) 2013-21 Ionică Bizău (https://ionicabizau.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index cac277e..c6239d2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Of course, you can! It's production ready! If you ever did such a thing, [ping m Currently [GnuCOBOL](https://www.gnu.org/software/gnucobol/) is required. If you are using a debian-based distribution you can install it using: ```sh -$ sudo apt install gnucobol +$ sudo apt-get install gnucobol # outdated systems: sudo apt-get install open-cobol ``` diff --git a/package.json b/package.json index 49c429f..80d1e23 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,15 @@ "h2": "Installation" }, { - "p": "Currently GNUCobol is required. If you are using a debian-based distribution you can install it using:" + "p": "Currently [GnuCOBOL](https://www.gnu.org/software/gnucobol/) is required. If you are using a debian-based distribution you can install it using:" }, { "code": { "language": "sh", - "content": "$ sudo apt-get install open-cobol" + "content": [ + "$ sudo apt-get install gnucobol", + "# outdated systems: sudo apt-get install open-cobol" + ] } }, { @@ -113,4 +116,4 @@ "bloggify.json", "bloggify/" ] -} \ No newline at end of file +}