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 #199

Closed Minda1975 closed 3 years ago

Minda1975 commented 3 years ago

Here a 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 terminal emulator, 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

cdepillabout commented 3 years ago

I think the branches might have gotten messed up here when you created the PR:

image

Could you close this PR and open up a new PR that merges the branch with your additional explanation into the master branch?

Minda1975 commented 3 years ago

I think the branches might have gotten messed up here when you created the PR:

image

Could you close this PR and open up a new PR that merges the branch with your additional explanation into the master branch?

Sorry for that. I will close it.

Minda1975 commented 3 years ago

Closed.