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

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 you might have gotten the wrong branch here again:

image

This should say something like

Minda1975 wants to merge 1 commit into master from Minda1975:branch-with-readme-update

Where branch-with-readme-update is your branch with the update to the README you've added.

If you're having trouble creating the PR on GitHub, also feel free to just paste the diff for the README in a comment here and I'll open a new PR and make the change.