Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed May 14, 2021
1 parent 190735a commit 59a9b20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-20 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
Copyright (c) 2013-21 Ionică Bizău <bizauionica@gmail.com> (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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```

Expand Down
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -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"
]
}
},
{
Expand Down Expand Up @@ -113,4 +116,4 @@
"bloggify.json",
"bloggify/"
]
}
}

0 comments on commit 59a9b20

Please sign in to comment.