cdepillabout / termonad

Terminal emulator configurable in Haskell.
https://hackage.haskell.org/package/termonad
BSD 3-Clause "New" or "Revised" License
401 stars 49 forks source link

Update README adding instructions for installing Termonad through Debian's apt package manager #198

Closed Minda1975 closed 3 years ago

Minda1975 commented 3 years ago

Hello. I don’t know if I’m writing in the right place, but I would like the README to be improved with instruction for those who use package manager in the Debian system.

For simply installation, you can install termonad with command sudo apt install termonad. This way you install a program that is fully usable, but the functionality of any configuration is limited. To fully configure this program, you should install the package called libghc-termonad-dev. This way you will be able to fully configure Termonad using a Haskell-based settings file termonad.hs

P.S.

I have already reported about this problem to the Debian Haskell Group.

P.S.S.

My report on this issue is currently closed, with this comment

We believe that the bug you reported is fixed in the latest version of haskell-termonad, which is due to be installed in the Debian FTP archive. Thank you for reporting the bug, which will now be closed.

cdepillabout commented 3 years ago

@Minda1975 Thank you for creating this issue.

Please feel free to send a PR explaining how to install Termonad through apt.

I imagine @clinty might be interested in doing this as well, since they appear to be the maintainer for Termonad in Debian.

cdepillabout commented 3 years ago

Solved in #201, thanks!