X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=7ca43d70c7be503917265686cf750dc5924e0a19;hb=e071209add3b3f68460aec7aaea2c92daa5610c6;hp=56806c3ca4dca35ffa030a29186c172dbbd9cc33;hpb=0a35bfe2f52204138da44b79eccd58b31103ea5e;p=micro.git diff --git a/README.md b/README.md index 56806c3c..7ca43d70 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,13 @@ scoop install micro On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install) ``` -snap install micro --edge --classic +snap install micro --classic +``` + +On OpenBSD, micro is available in the ports tree. It is also available as a binary package. + +``` +pkg_add -v micro ``` ### Building from source @@ -115,7 +121,7 @@ You can install directly with `go get` (`go get -u github.com/zyedidia/micro/cmd ### MacOS terminal -If you are using MacOS, you should consider using [iTerm2](http://iterm2.com/) instead of the default Mac terminal. The iTerm2 terminal has much better mouse support as well as better handling of key events. The newest versions also support true color. +If you are using MacOS, you should consider using [iTerm2](http://iterm2.com/) instead of the default Mac terminal. The iTerm2 terminal has much better mouse support as well as better handling of key events. For best keybinding behavior, choose `xterm defaults` under `Preferences->Profiles->Keys->Load Preset`. The newest versions also support true color. ### Linux clipboard support